Shades of Indian Red #CC6666
Tints of Indian Red #CC6666
RGB
CMYK
RGB Variations
Color information
#CC6666 (or 0xCC6666) is known color: Indian Red. HEX triplet: CC, 66 and 66. RGB value is (204,102,102). Sum of RGB (Red+Green+Blue) = 204+102+102=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6666 is a web safe color. Inversed color of #CC6666 is #339999. Grayscale: #848484. Windows color (decimal): -3381658 or 6710988. OLE color: 6710988.
HSL color Cylindrical-coordinate representation of color #CC6666: hue angle of 0º degrees, saturation: 0.5, 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 #CC6666 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 102 | 102 | - |
CMYK | 0 | 0.5 | 0.5 | 0.2 |
HSL | 0º | 0.5% | 0.6% | - |
HSV(B) | 0º | 0.5% | 0.8% | - |
XYZ | 32.05 | 23.3 | 15.38 | - |
YUV | 132.5 | 110.79 | 179 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 102 | 102 | 0 | 0.5 | 0.5 | 0.2 | 0 | 0.5 | 0.6 |
Hex | CC | 66 | 66 | 0 | 32 | 32 | 14 | 0 | 32 | 3C |
Octal | 314 | 146 | 146 | 0 | 62 | 62 | 24 | 0 | 62 | 74 |
Binary | 11001100 | 1100110 | 1100110 | 0 | 110010 | 110010 | 10100 | 0 | 110010 | 111100 |
Color Harmonies of #CC6666
Complementary color
Monochromatic Colors of #CC6666
Black with #CC6666
Text Example
Text Example
White with #CC6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6666; }
p { color: rgb(204,102,102); }
H1.HeaderClassName
{
color: #CC6666;
}
.AnyTagClassName
{
color: #CC6666;
}
</style>
background-color css
<style>
a { background-color: #CC6666; }
a { background-color: rgb(204,102,102); }
div.DivClassName
{
background-color: #CC6666;
}
.BgClassName
{
background-color: #CC6666;
}
</style>
border-color css
<style>
span { border-color: #CC6666; }
span { border-color: rgb(204,102,102); }
td.TdClassName
{
border-color: #CC6666;
}
.TagClassName
{
border-color: #CC6666;
}
</style>