Shades of Indian Red #CB5E58
Tints of Indian Red #CB5E58
RGB
CMYK
RGB Variations
Color information
#CB5E58 (or 0xCB5E58) is known color: Indian Red. HEX triplet: CB, 5E and 58. RGB value is (203,94,88). Sum of RGB (Red+Green+Blue) = 203+94+88=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E58 is #34A1A7. Grayscale: #7E7E7E. Windows color (decimal): -3449256 or 5791435. OLE color: 5791435.
HSL color Cylindrical-coordinate representation of color #CB5E58: hue angle of 3.13º 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 #CB5E58 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 88 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.20 |
| HSL | 3.13º | 0.53% | 0.57% | - |
| HSV(B) | 3.13º | 0.57% | 0.8% | - |
| XYZ | 30.39 | 21.41 | 11.76 | - |
| YUV | 125.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 88 | 0 | 0.54 | 0.57 | 0.20 | 3.13 | 0.53 | 0.57 |
| Hex | CB | 5E | 58 | 0 | 36 | 39 | 14 | 3 | 35 | 39 |
| Octal | 313 | 136 | 130 | 0 | 66 | 71 | 24 | 3 | 65 | 71 |
| Binary | 11001011 | 1011110 | 1011000 | 0 | 110110 | 111001 | 10100 | 11 | 110101 | 111001 |
Color Harmonies of #CB5E58
Complementary color
Monochromatic Colors of #CB5E58
Black with #CB5E58
Text Example
Text Example
White with #CB5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E58; }
p { color: rgb(203,94,88); }
H1.HeaderClassName
{
color: #CB5E58;
}
.AnyTagClassName
{
color: #CB5E58;
}
</style>
background-color css
<style>
a { background-color: #CB5E58; }
a { background-color: rgb(203,94,88); }
div.DivClassName
{
background-color: #CB5E58;
}
.BgClassName
{
background-color: #CB5E58;
}
</style>
border-color css
<style>
span { border-color: #CB5E58; }
span { border-color: rgb(203,94,88); }
td.TdClassName
{
border-color: #CB5E58;
}
.TagClassName
{
border-color: #CB5E58;
}
</style>