Shades of Indian Red #CB5958
Tints of Indian Red #CB5958
RGB
CMYK
RGB Variations
Color information
#CB5958 (or 0xCB5958) is known color: Indian Red. HEX triplet: CB, 59 and 58. RGB value is (203,89,88). Sum of RGB (Red+Green+Blue) = 203+89+88=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5958 is #34A6A7. Grayscale: #7B7B7B. Windows color (decimal): -3450536 or 5790155. OLE color: 5790155.
HSL color Cylindrical-coordinate representation of color #CB5958: hue angle of 0.52º 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 #CB5958 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 88 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.20 |
| HSL | 0.52º | 0.53% | 0.57% | - |
| HSV(B) | 0.52º | 0.57% | 0.8% | - |
| XYZ | 29.96 | 20.55 | 11.62 | - |
| YUV | 122.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 88 | 0 | 0.56 | 0.57 | 0.20 | 0.52 | 0.53 | 0.57 |
| Hex | CB | 59 | 58 | 0 | 38 | 39 | 14 | 1 | 35 | 39 |
| Octal | 313 | 131 | 130 | 0 | 70 | 71 | 24 | 1 | 65 | 71 |
| Binary | 11001011 | 1011001 | 1011000 | 0 | 111000 | 111001 | 10100 | 1 | 110101 | 111001 |
Color Harmonies of #CB5958
Complementary color
Monochromatic Colors of #CB5958
Black with #CB5958
Text Example
Text Example
White with #CB5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5958; }
p { color: rgb(203,89,88); }
H1.HeaderClassName
{
color: #CB5958;
}
.AnyTagClassName
{
color: #CB5958;
}
</style>
background-color css
<style>
a { background-color: #CB5958; }
a { background-color: rgb(203,89,88); }
div.DivClassName
{
background-color: #CB5958;
}
.BgClassName
{
background-color: #CB5958;
}
</style>
border-color css
<style>
span { border-color: #CB5958; }
span { border-color: rgb(203,89,88); }
td.TdClassName
{
border-color: #CB5958;
}
.TagClassName
{
border-color: #CB5958;
}
</style>