Shades of Indian Red #CB5F5E
Tints of Indian Red #CB5F5E
RGB
CMYK
RGB Variations
Color information
#CB5F5E (or 0xCB5F5E) is known color: Indian Red. HEX triplet: CB, 5F and 5E. RGB value is (203,95,94). Sum of RGB (Red+Green+Blue) = 203+95+94=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F5E is #34A0A1. Grayscale: #7F7F7F. Windows color (decimal): -3448994 or 6184907. OLE color: 6184907.
HSL color Cylindrical-coordinate representation of color #CB5F5E: hue angle of 0.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5F5E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 94 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.20 |
| HSL | 0.55º | 0.51% | 0.58% | - |
| HSV(B) | 0.55º | 0.54% | 0.8% | - |
| XYZ | 30.74 | 21.69 | 13.16 | - |
| YUV | 127.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 94 | 0 | 0.53 | 0.54 | 0.20 | 0.55 | 0.51 | 0.58 |
| Hex | CB | 5F | 5E | 0 | 35 | 36 | 14 | 1 | 33 | 3A |
| Octal | 313 | 137 | 136 | 0 | 65 | 66 | 24 | 1 | 63 | 72 |
| Binary | 11001011 | 1011111 | 1011110 | 0 | 110101 | 110110 | 10100 | 1 | 110011 | 111010 |
Color Harmonies of #CB5F5E
Complementary color
Monochromatic Colors of #CB5F5E
Black with #CB5F5E
Text Example
Text Example
White with #CB5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F5E; }
p { color: rgb(203,95,94); }
H1.HeaderClassName
{
color: #CB5F5E;
}
.AnyTagClassName
{
color: #CB5F5E;
}
</style>
background-color css
<style>
a { background-color: #CB5F5E; }
a { background-color: rgb(203,95,94); }
div.DivClassName
{
background-color: #CB5F5E;
}
.BgClassName
{
background-color: #CB5F5E;
}
</style>
border-color css
<style>
span { border-color: #CB5F5E; }
span { border-color: rgb(203,95,94); }
td.TdClassName
{
border-color: #CB5F5E;
}
.TagClassName
{
border-color: #CB5F5E;
}
</style>