Shades of Indian Red #CC665F
Tints of Indian Red #CC665F
RGB
CMYK
RGB Variations
Color information
#CC665F (or 0xCC665F) is known color: Indian Red. HEX triplet: CC, 66 and 5F. RGB value is (204,102,95). Sum of RGB (Red+Green+Blue) = 204+102+95=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC665F is #3399A0. Grayscale: #838383. Windows color (decimal): -3381665 or 6252236. OLE color: 6252236.
HSL color Cylindrical-coordinate representation of color #CC665F: hue angle of 3.85º degrees, saturation: 0.52, 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 #CC665F is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 95 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.2 |
| HSL | 3.85º | 0.52% | 0.59% | - |
| HSV(B) | 3.85º | 0.53% | 0.8% | - |
| XYZ | 31.72 | 23.17 | 13.63 | - |
| YUV | 131.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 95 | 0 | 0.5 | 0.53 | 0.2 | 3.85 | 0.52 | 0.59 |
| Hex | CC | 66 | 5F | 0 | 32 | 35 | 14 | 4 | 34 | 3B |
| Octal | 314 | 146 | 137 | 0 | 62 | 65 | 24 | 4 | 64 | 73 |
| Binary | 11001100 | 1100110 | 1011111 | 0 | 110010 | 110101 | 10100 | 100 | 110100 | 111011 |
Color Harmonies of #CC665F
Complementary color
Monochromatic Colors of #CC665F
Black with #CC665F
Text Example
Text Example
White with #CC665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC665F; }
p { color: rgb(204,102,95); }
H1.HeaderClassName
{
color: #CC665F;
}
.AnyTagClassName
{
color: #CC665F;
}
</style>
background-color css
<style>
a { background-color: #CC665F; }
a { background-color: rgb(204,102,95); }
div.DivClassName
{
background-color: #CC665F;
}
.BgClassName
{
background-color: #CC665F;
}
</style>
border-color css
<style>
span { border-color: #CC665F; }
span { border-color: rgb(204,102,95); }
td.TdClassName
{
border-color: #CC665F;
}
.TagClassName
{
border-color: #CC665F;
}
</style>