Shades of Indian Red #CB5956
Tints of Indian Red #CB5956
RGB
CMYK
RGB Variations
Color information
#CB5956 (or 0xCB5956) is known color: Indian Red. HEX triplet: CB, 59 and 56. RGB value is (203,89,86). Sum of RGB (Red+Green+Blue) = 203+89+86=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5956 is #34A6A9. Grayscale: #7A7A7A. Windows color (decimal): -3450538 or 5659083. OLE color: 5659083.
HSL color Cylindrical-coordinate representation of color #CB5956: hue angle of 1.54º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5956 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 86 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.20 |
| HSL | 1.54º | 0.53% | 0.57% | - |
| HSV(B) | 1.54º | 0.58% | 0.8% | - |
| XYZ | 29.88 | 20.51 | 11.19 | - |
| YUV | 122.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 86 | 0 | 0.56 | 0.58 | 0.20 | 1.54 | 0.53 | 0.57 |
| Hex | CB | 59 | 56 | 0 | 38 | 3A | 14 | 2 | 35 | 39 |
| Octal | 313 | 131 | 126 | 0 | 70 | 72 | 24 | 2 | 65 | 71 |
| Binary | 11001011 | 1011001 | 1010110 | 0 | 111000 | 111010 | 10100 | 10 | 110101 | 111001 |
Color Harmonies of #CB5956
Complementary color
Monochromatic Colors of #CB5956
Black with #CB5956
Text Example
Text Example
White with #CB5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5956; }
p { color: rgb(203,89,86); }
H1.HeaderClassName
{
color: #CB5956;
}
.AnyTagClassName
{
color: #CB5956;
}
</style>
background-color css
<style>
a { background-color: #CB5956; }
a { background-color: rgb(203,89,86); }
div.DivClassName
{
background-color: #CB5956;
}
.BgClassName
{
background-color: #CB5956;
}
</style>
border-color css
<style>
span { border-color: #CB5956; }
span { border-color: rgb(203,89,86); }
td.TdClassName
{
border-color: #CB5956;
}
.TagClassName
{
border-color: #CB5956;
}
</style>