Shades of Indian Red #CC5E5A
Tints of Indian Red #CC5E5A
RGB
CMYK
RGB Variations
Color information
#CC5E5A (or 0xCC5E5A) is known color: Indian Red. HEX triplet: CC, 5E and 5A. RGB value is (204,94,90). Sum of RGB (Red+Green+Blue) = 204+94+90=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E5A is #33A1A5. Grayscale: #7E7E7E. Windows color (decimal): -3383718 or 5922508. OLE color: 5922508.
HSL color Cylindrical-coordinate representation of color #CC5E5A: hue angle of 2.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5E5A is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 90 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.2 |
| HSL | 2.11º | 0.53% | 0.58% | - |
| HSV(B) | 2.11º | 0.56% | 0.8% | - |
| XYZ | 30.75 | 21.58 | 12.22 | - |
| YUV | 126.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 90 | 0 | 0.54 | 0.56 | 0.2 | 2.11 | 0.53 | 0.58 |
| Hex | CC | 5E | 5A | 0 | 36 | 38 | 14 | 2 | 35 | 3A |
| Octal | 314 | 136 | 132 | 0 | 66 | 70 | 24 | 2 | 65 | 72 |
| Binary | 11001100 | 1011110 | 1011010 | 0 | 110110 | 111000 | 10100 | 10 | 110101 | 111010 |
Color Harmonies of #CC5E5A
Complementary color
Monochromatic Colors of #CC5E5A
Black with #CC5E5A
Text Example
Text Example
White with #CC5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E5A; }
p { color: rgb(204,94,90); }
H1.HeaderClassName
{
color: #CC5E5A;
}
.AnyTagClassName
{
color: #CC5E5A;
}
</style>
background-color css
<style>
a { background-color: #CC5E5A; }
a { background-color: rgb(204,94,90); }
div.DivClassName
{
background-color: #CC5E5A;
}
.BgClassName
{
background-color: #CC5E5A;
}
</style>
border-color css
<style>
span { border-color: #CC5E5A; }
span { border-color: rgb(204,94,90); }
td.TdClassName
{
border-color: #CC5E5A;
}
.TagClassName
{
border-color: #CC5E5A;
}
</style>