Html Css Color HEX #CB6666 Indian Red

📋 copy color: '#CB6666'

red 203 ◦ green 102 ◦ blue 102

#CB6666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CB6666

Tints of Indian Red #CB6666

RGB

 RED value IS 203 (79.69% from 255) = 49.88%

 GREEN value IS 102 (40.23% from 255) = 25.06%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 49.88%
G = 25.06%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6666 (or 0xCB6666) is known color: Indian Red. HEX triplet: CB, 66 and 66. RGB value is (203,102,102). Sum of RGB (Red+Green+Blue) = 203+102+102=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6666 is #349999. Grayscale: #848484. Windows color (decimal): -3447194 or 6710987. OLE color: 6710987.

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

Color convert

RGB 203 102 102 -
CMYK 0 0.50 0.50 0.20
HSL 0.49% 0.6% -
HSV(B) 0.5% 0.8% -
XYZ 31.78 23.16 15.37 -
YUV 132.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 203 102 102 0 0.50 0.50 0.20 0 0.49 0.6
Hex CB 66 66 0 32 32 14 0 31 3C
Octal 313 146 146 0 62 62 24 0 61 74
Binary 11001011 1100110 1100110 0 110010 110010 10100 0 110001 111100

Color Harmonies of #CB6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6666

Black with #CB6666

Text Example


Text Example

White with #CB6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6666; }

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

 H1.HeaderClassName
 {
   color: #CB6666;
 }
 .AnyTagClassName
 {
   color: #CB6666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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