Shades of Indian Red #CE6562
Tints of Indian Red #CE6562
RGB
CMYK
RGB Variations
Color information
#CE6562 (or 0xCE6562) is known color: Indian Red. HEX triplet: CE, 65 and 62. RGB value is (206,101,98). Sum of RGB (Red+Green+Blue) = 206+101+98=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6562 is #319A9D. Grayscale: #848484. Windows color (decimal): -3250846 or 6448590. OLE color: 6448590.
HSL color Cylindrical-coordinate representation of color #CE6562: hue angle of 1.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6562 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 98 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.19 |
| HSL | 1.67º | 0.52% | 0.6% | - |
| HSV(B) | 1.67º | 0.52% | 0.81% | - |
| XYZ | 32.31 | 23.31 | 14.35 | - |
| YUV | 132.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 98 | 0 | 0.51 | 0.52 | 0.19 | 1.67 | 0.52 | 0.6 |
| Hex | CE | 65 | 62 | 0 | 33 | 34 | 13 | 2 | 34 | 3C |
| Octal | 316 | 145 | 142 | 0 | 63 | 64 | 23 | 2 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1100010 | 0 | 110011 | 110100 | 10011 | 10 | 110100 | 111100 |
Color Harmonies of #CE6562
Complementary color
Monochromatic Colors of #CE6562
Black with #CE6562
Text Example
Text Example
White with #CE6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6562; }
p { color: rgb(206,101,98); }
H1.HeaderClassName
{
color: #CE6562;
}
.AnyTagClassName
{
color: #CE6562;
}
</style>
background-color css
<style>
a { background-color: #CE6562; }
a { background-color: rgb(206,101,98); }
div.DivClassName
{
background-color: #CE6562;
}
.BgClassName
{
background-color: #CE6562;
}
</style>
border-color css
<style>
span { border-color: #CE6562; }
span { border-color: rgb(206,101,98); }
td.TdClassName
{
border-color: #CE6562;
}
.TagClassName
{
border-color: #CE6562;
}
</style>