Shades of Indian Red #CC5C57
Tints of Indian Red #CC5C57
RGB
CMYK
RGB Variations
Color information
#CC5C57 (or 0xCC5C57) is known color: Indian Red. HEX triplet: CC, 5C and 57. RGB value is (204,92,87). Sum of RGB (Red+Green+Blue) = 204+92+87=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C57 is #33A3A8. Grayscale: #7D7D7D. Windows color (decimal): -3384233 or 5725388. OLE color: 5725388.
HSL color Cylindrical-coordinate representation of color #CC5C57: hue angle of 2.56º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5C57 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 87 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.2 |
| HSL | 2.56º | 0.53% | 0.57% | - |
| HSV(B) | 2.56º | 0.57% | 0.8% | - |
| XYZ | 30.45 | 21.18 | 11.5 | - |
| YUV | 124.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 87 | 0 | 0.55 | 0.57 | 0.2 | 2.56 | 0.53 | 0.57 |
| Hex | CC | 5C | 57 | 0 | 37 | 39 | 14 | 3 | 35 | 39 |
| Octal | 314 | 134 | 127 | 0 | 67 | 71 | 24 | 3 | 65 | 71 |
| Binary | 11001100 | 1011100 | 1010111 | 0 | 110111 | 111001 | 10100 | 11 | 110101 | 111001 |
Color Harmonies of #CC5C57
Complementary color
Monochromatic Colors of #CC5C57
Black with #CC5C57
Text Example
Text Example
White with #CC5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C57; }
p { color: rgb(204,92,87); }
H1.HeaderClassName
{
color: #CC5C57;
}
.AnyTagClassName
{
color: #CC5C57;
}
</style>
background-color css
<style>
a { background-color: #CC5C57; }
a { background-color: rgb(204,92,87); }
div.DivClassName
{
background-color: #CC5C57;
}
.BgClassName
{
background-color: #CC5C57;
}
</style>
border-color css
<style>
span { border-color: #CC5C57; }
span { border-color: rgb(204,92,87); }
td.TdClassName
{
border-color: #CC5C57;
}
.TagClassName
{
border-color: #CC5C57;
}
</style>