Shades of Indian Red #CB615E
Tints of Indian Red #CB615E
RGB
CMYK
RGB Variations
Color information
#CB615E (or 0xCB615E) is known color: Indian Red. HEX triplet: CB, 61 and 5E. RGB value is (203,97,94). Sum of RGB (Red+Green+Blue) = 203+97+94=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB615E is #349EA1. Grayscale: #808080. Windows color (decimal): -3448482 or 6185419. OLE color: 6185419.
HSL color Cylindrical-coordinate representation of color #CB615E: hue angle of 1.65º 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 #CB615E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 94 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.20 |
| HSL | 1.65º | 0.51% | 0.58% | - |
| HSV(B) | 1.65º | 0.54% | 0.8% | - |
| XYZ | 30.92 | 22.05 | 13.22 | - |
| YUV | 128.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 94 | 0 | 0.52 | 0.54 | 0.20 | 1.65 | 0.51 | 0.58 |
| Hex | CB | 61 | 5E | 0 | 34 | 36 | 14 | 2 | 33 | 3A |
| Octal | 313 | 141 | 136 | 0 | 64 | 66 | 24 | 2 | 63 | 72 |
| Binary | 11001011 | 1100001 | 1011110 | 0 | 110100 | 110110 | 10100 | 10 | 110011 | 111010 |
Color Harmonies of #CB615E
Complementary color
Monochromatic Colors of #CB615E
Black with #CB615E
Text Example
Text Example
White with #CB615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB615E; }
p { color: rgb(203,97,94); }
H1.HeaderClassName
{
color: #CB615E;
}
.AnyTagClassName
{
color: #CB615E;
}
</style>
background-color css
<style>
a { background-color: #CB615E; }
a { background-color: rgb(203,97,94); }
div.DivClassName
{
background-color: #CB615E;
}
.BgClassName
{
background-color: #CB615E;
}
</style>
border-color css
<style>
span { border-color: #CB615E; }
span { border-color: rgb(203,97,94); }
td.TdClassName
{
border-color: #CB615E;
}
.TagClassName
{
border-color: #CB615E;
}
</style>