Shades of Indian Red #CC5E5B
Tints of Indian Red #CC5E5B
RGB
CMYK
RGB Variations
Color information
#CC5E5B (or 0xCC5E5B) is known color: Indian Red. HEX triplet: CC, 5E and 5B. RGB value is (204,94,91). Sum of RGB (Red+Green+Blue) = 204+94+91=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E5B is #33A1A4. Grayscale: #7E7E7E. Windows color (decimal): -3383717 or 5988044. OLE color: 5988044.
HSL color Cylindrical-coordinate representation of color #CC5E5B: hue angle of 1.59º degrees, saturation: 0.53, 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 #CC5E5B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 91 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.2 |
| HSL | 1.59º | 0.53% | 0.58% | - |
| HSV(B) | 1.59º | 0.55% | 0.8% | - |
| XYZ | 30.79 | 21.6 | 12.44 | - |
| YUV | 126.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 91 | 0 | 0.54 | 0.55 | 0.2 | 1.59 | 0.53 | 0.58 |
| Hex | CC | 5E | 5B | 0 | 36 | 37 | 14 | 2 | 35 | 3A |
| Octal | 314 | 136 | 133 | 0 | 66 | 67 | 24 | 2 | 65 | 72 |
| Binary | 11001100 | 1011110 | 1011011 | 0 | 110110 | 110111 | 10100 | 10 | 110101 | 111010 |
Color Harmonies of #CC5E5B
Complementary color
Monochromatic Colors of #CC5E5B
Black with #CC5E5B
Text Example
Text Example
White with #CC5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E5B; }
p { color: rgb(204,94,91); }
H1.HeaderClassName
{
color: #CC5E5B;
}
.AnyTagClassName
{
color: #CC5E5B;
}
</style>
background-color css
<style>
a { background-color: #CC5E5B; }
a { background-color: rgb(204,94,91); }
div.DivClassName
{
background-color: #CC5E5B;
}
.BgClassName
{
background-color: #CC5E5B;
}
</style>
border-color css
<style>
span { border-color: #CC5E5B; }
span { border-color: rgb(204,94,91); }
td.TdClassName
{
border-color: #CC5E5B;
}
.TagClassName
{
border-color: #CC5E5B;
}
</style>