#CB605B

Color #CB605B Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CB605B

Tints of Indian Red #CB605B

Color information

#CB605B (or 0xCB605B) is unknown color: approx Indian Red. HEX triplet: CB, 60 and 5B. RGB value is (203,96,91). Sum of RGB (Red+Green+Blue) = 203+96+91=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB605B is #349FA4. Grayscale: #7F7F7F. Windows color (decimal): -3448741 or 5988555. OLE color: 5988555.

HSL color Cylindrical-coordinate representation of color #CB605B: hue angle of 2.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB605B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2039691-
CMYK00.530.550.20
HSL2.68º51.85%57.65%-
HSV(B)2.68º55.17%79.61%-
XYZ30.721.8212.49-
YUV127.42107.45181.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=52.05%
G=24.62%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203969100.530.550.202.6851.8557.65
HexCB605B03537143343a
Octal313140133065672436472
Binary110010111100000101101101101011101111010011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB605B; }

 p { color: rgb(203,96,91); }

 H1.HeaderClassName
 {
   color: #CB605B;
 }
 .AnyTagClassName
 {
   color: #CB605B;
 }
</style>
background-color css

<style>
 a { background-color: #CB605B; }

 a { background-color: rgb(203,96,91); }

 div.DivClassName
 {
   background-color: #CB605B;
 }
 .BgClassName
 {
   background-color: #CB605B;
 }
</style>
border-color css

<style>
 span { border-color: #CB605B; }

 span { border-color: rgb(203,96,91); }

 td.TdClassName
 {
   border-color: #CB605B;
 }
 .TagClassName
 {
   border-color: #CB605B;
 }
</style>