Shades of Indian Red #CC605E
Tints of Indian Red #CC605E
RGB
CMYK
RGB Variations
Color information
#CC605E (or 0xCC605E) is known color: Indian Red. HEX triplet: CC, 60 and 5E. RGB value is (204,96,94). Sum of RGB (Red+Green+Blue) = 204+96+94=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC605E is #339FA1. Grayscale: #808080. Windows color (decimal): -3383202 or 6185164. OLE color: 6185164.
HSL color Cylindrical-coordinate representation of color #CC605E: hue angle of 1.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC605E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 94 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.2 |
| HSL | 1.09º | 0.52% | 0.58% | - |
| HSV(B) | 1.09º | 0.54% | 0.8% | - |
| XYZ | 31.11 | 22.01 | 13.2 | - |
| YUV | 128.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 94 | 0 | 0.53 | 0.54 | 0.2 | 1.09 | 0.52 | 0.58 |
| Hex | CC | 60 | 5E | 0 | 35 | 36 | 14 | 1 | 34 | 3A |
| Octal | 314 | 140 | 136 | 0 | 65 | 66 | 24 | 1 | 64 | 72 |
| Binary | 11001100 | 1100000 | 1011110 | 0 | 110101 | 110110 | 10100 | 1 | 110100 | 111010 |
Color Harmonies of #CC605E
Complementary color
Monochromatic Colors of #CC605E
Black with #CC605E
Text Example
Text Example
White with #CC605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC605E; }
p { color: rgb(204,96,94); }
H1.HeaderClassName
{
color: #CC605E;
}
.AnyTagClassName
{
color: #CC605E;
}
</style>
background-color css
<style>
a { background-color: #CC605E; }
a { background-color: rgb(204,96,94); }
div.DivClassName
{
background-color: #CC605E;
}
.BgClassName
{
background-color: #CC605E;
}
</style>
border-color css
<style>
span { border-color: #CC605E; }
span { border-color: rgb(204,96,94); }
td.TdClassName
{
border-color: #CC605E;
}
.TagClassName
{
border-color: #CC605E;
}
</style>