Shades of Indian Red #CC6665
Tints of Indian Red #CC6665
RGB
CMYK
RGB Variations
Color information
#CC6665 (or 0xCC6665) is known color: Indian Red. HEX triplet: CC, 66 and 65. RGB value is (204,102,101). Sum of RGB (Red+Green+Blue) = 204+102+101=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6665 is #33999A. Grayscale: #848484. Windows color (decimal): -3381659 or 6645452. OLE color: 6645452.
HSL color Cylindrical-coordinate representation of color #CC6665: hue angle of 0.58º 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 #CC6665 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 101 | - |
| CMYK | 0 | 0.5 | 0.50 | 0.2 |
| HSL | 0.58º | 0.5% | 0.6% | - |
| HSV(B) | 0.58º | 0.5% | 0.8% | - |
| XYZ | 32 | 23.28 | 15.12 | - |
| YUV | 132.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 101 | 0 | 0.5 | 0.50 | 0.2 | 0.58 | 0.5 | 0.6 |
| Hex | CC | 66 | 65 | 0 | 32 | 32 | 14 | 1 | 32 | 3C |
| Octal | 314 | 146 | 145 | 0 | 62 | 62 | 24 | 1 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1100101 | 0 | 110010 | 110010 | 10100 | 1 | 110010 | 111100 |
Color Harmonies of #CC6665
Complementary color
Monochromatic Colors of #CC6665
Black with #CC6665
Text Example
Text Example
White with #CC6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6665; }
p { color: rgb(204,102,101); }
H1.HeaderClassName
{
color: #CC6665;
}
.AnyTagClassName
{
color: #CC6665;
}
</style>
background-color css
<style>
a { background-color: #CC6665; }
a { background-color: rgb(204,102,101); }
div.DivClassName
{
background-color: #CC6665;
}
.BgClassName
{
background-color: #CC6665;
}
</style>
border-color css
<style>
span { border-color: #CC6665; }
span { border-color: rgb(204,102,101); }
td.TdClassName
{
border-color: #CC6665;
}
.TagClassName
{
border-color: #CC6665;
}
</style>