Shades of Indian Red #CC605C
Tints of Indian Red #CC605C
RGB
CMYK
RGB Variations
Color information
#CC605C (or 0xCC605C) is known color: Indian Red. HEX triplet: CC, 60 and 5C. RGB value is (204,96,92). Sum of RGB (Red+Green+Blue) = 204+96+92=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC605C is #339FA3. Grayscale: #7F7F7F. Windows color (decimal): -3383204 or 6054092. OLE color: 6054092.
HSL color Cylindrical-coordinate representation of color #CC605C: hue angle of 2.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC605C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 92 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.2 |
| HSL | 2.14º | 0.52% | 0.58% | - |
| HSV(B) | 2.14º | 0.55% | 0.8% | - |
| XYZ | 31.02 | 21.98 | 12.73 | - |
| YUV | 127.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 92 | 0 | 0.53 | 0.55 | 0.2 | 2.14 | 0.52 | 0.58 |
| Hex | CC | 60 | 5C | 0 | 35 | 37 | 14 | 2 | 34 | 3A |
| Octal | 314 | 140 | 134 | 0 | 65 | 67 | 24 | 2 | 64 | 72 |
| Binary | 11001100 | 1100000 | 1011100 | 0 | 110101 | 110111 | 10100 | 10 | 110100 | 111010 |
Color Harmonies of #CC605C
Complementary color
Monochromatic Colors of #CC605C
Black with #CC605C
Text Example
Text Example
White with #CC605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC605C; }
p { color: rgb(204,96,92); }
H1.HeaderClassName
{
color: #CC605C;
}
.AnyTagClassName
{
color: #CC605C;
}
</style>
background-color css
<style>
a { background-color: #CC605C; }
a { background-color: rgb(204,96,92); }
div.DivClassName
{
background-color: #CC605C;
}
.BgClassName
{
background-color: #CC605C;
}
</style>
border-color css
<style>
span { border-color: #CC605C; }
span { border-color: rgb(204,96,92); }
td.TdClassName
{
border-color: #CC605C;
}
.TagClassName
{
border-color: #CC605C;
}
</style>