#CB6060

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

Shades of Indian Red #CB6060

Tints of Indian Red #CB6060

Color information

#CB6060 (or 0xCB6060) is unknown color: approx Indian Red. HEX triplet: CB, 60 and 60. RGB value is (203,96,96). Sum of RGB (Red+Green+Blue) = 203+96+96=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6060 is #349F9F. Grayscale: #808080. Windows color (decimal): -3448736 or 6316235. OLE color: 6316235.

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

Color convert

RGB2039696-
CMYK00.530.530.20
HSL50.71%58.63%-
HSV(B)52.71%79.61%-
XYZ30.9221.9113.66-
YUV127.99109.95181.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=51.39%
G=24.30%
B=24.30%

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
Decimal203969600.530.530.20050.7158.63
HexCB606003535140333b
Octal313140140065652406373
Binary11001011110000011000000110101110101101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6060; }

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

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

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

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

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

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

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

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