Shades of Indian Red #CC5E5E
Tints of Indian Red #CC5E5E
RGB
CMYK
RGB Variations
Color information
#CC5E5E (or 0xCC5E5E) is known color: Indian Red. HEX triplet: CC, 5E and 5E. RGB value is (204,94,94). Sum of RGB (Red+Green+Blue) = 204+94+94=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E5E is #33A1A1. Grayscale: #7F7F7F. Windows color (decimal): -3383714 or 6184652. OLE color: 6184652.
HSL color Cylindrical-coordinate representation of color #CC5E5E: hue angle of 0º 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 #CC5E5E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 94 | 94 | - |
CMYK | 0 | 0.54 | 0.54 | 0.2 |
HSL | 0º | 0.52% | 0.58% | - |
HSV(B) | 0º | 0.54% | 0.8% | - |
XYZ | 30.92 | 21.65 | 13.14 | - |
YUV | 126.89 | 109.44 | 183 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 94 | 94 | 0 | 0.54 | 0.54 | 0.2 | 0 | 0.52 | 0.58 |
Hex | CC | 5E | 5E | 0 | 36 | 36 | 14 | 0 | 34 | 3A |
Octal | 314 | 136 | 136 | 0 | 66 | 66 | 24 | 0 | 64 | 72 |
Binary | 11001100 | 1011110 | 1011110 | 0 | 110110 | 110110 | 10100 | 0 | 110100 | 111010 |
Color Harmonies of #CC5E5E
Complementary color
Monochromatic Colors of #CC5E5E
Black with #CC5E5E
Text Example
Text Example
White with #CC5E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E5E; }
p { color: rgb(204,94,94); }
H1.HeaderClassName
{
color: #CC5E5E;
}
.AnyTagClassName
{
color: #CC5E5E;
}
</style>
background-color css
<style>
a { background-color: #CC5E5E; }
a { background-color: rgb(204,94,94); }
div.DivClassName
{
background-color: #CC5E5E;
}
.BgClassName
{
background-color: #CC5E5E;
}
</style>
border-color css
<style>
span { border-color: #CC5E5E; }
span { border-color: rgb(204,94,94); }
td.TdClassName
{
border-color: #CC5E5E;
}
.TagClassName
{
border-color: #CC5E5E;
}
</style>