Shades of Indian Red #CE6762
Tints of Indian Red #CE6762
RGB
CMYK
RGB Variations
Color information
#CE6762 (or 0xCE6762) is known color: Indian Red. HEX triplet: CE, 67 and 62. RGB value is (206,103,98). Sum of RGB (Red+Green+Blue) = 206+103+98=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6762 is #31989D. Grayscale: #858585. Windows color (decimal): -3250334 or 6449102. OLE color: 6449102.
HSL color Cylindrical-coordinate representation of color #CE6762: hue angle of 2.78º 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 #CE6762 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 98 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.19 |
| HSL | 2.78º | 0.52% | 0.6% | - |
| HSV(B) | 2.78º | 0.52% | 0.81% | - |
| XYZ | 32.51 | 23.7 | 14.42 | - |
| YUV | 133.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 98 | 0 | 0.50 | 0.52 | 0.19 | 2.78 | 0.52 | 0.6 |
| Hex | CE | 67 | 62 | 0 | 32 | 34 | 13 | 3 | 34 | 3C |
| Octal | 316 | 147 | 142 | 0 | 62 | 64 | 23 | 3 | 64 | 74 |
| Binary | 11001110 | 1100111 | 1100010 | 0 | 110010 | 110100 | 10011 | 11 | 110100 | 111100 |
Color Harmonies of #CE6762
Complementary color
Monochromatic Colors of #CE6762
Black with #CE6762
Text Example
Text Example
White with #CE6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6762; }
p { color: rgb(206,103,98); }
H1.HeaderClassName
{
color: #CE6762;
}
.AnyTagClassName
{
color: #CE6762;
}
</style>
background-color css
<style>
a { background-color: #CE6762; }
a { background-color: rgb(206,103,98); }
div.DivClassName
{
background-color: #CE6762;
}
.BgClassName
{
background-color: #CE6762;
}
</style>
border-color css
<style>
span { border-color: #CE6762; }
span { border-color: rgb(206,103,98); }
td.TdClassName
{
border-color: #CE6762;
}
.TagClassName
{
border-color: #CE6762;
}
</style>