#CB605F

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

Shades of Indian Red #CB605F

Tints of Indian Red #CB605F

Color information

#CB605F (or 0xCB605F) is unknown color: approx Indian Red. HEX triplet: CB, 60 and 5F. RGB value is (203,96,95). Sum of RGB (Red+Green+Blue) = 203+96+95=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB605F is #349FA0. Grayscale: #7F7F7F. Windows color (decimal): -3448737 or 6250699. OLE color: 6250699.

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

Color convert

RGB2039695-
CMYK00.530.530.20
HSL0.56º50.94%58.43%-
HSV(B)0.56º53.2%79.61%-
XYZ30.8821.8913.42-
YUV127.88109.45181.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=51.52%
G=24.37%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203969500.530.530.200.5650.9458.43
HexCB605F03535141333a
Octal313140137065652416372
Binary11001011110000010111110110101110101101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB605F; }

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

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

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

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

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

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

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

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