Shades of Indian Red #CE6865
Tints of Indian Red #CE6865
RGB
CMYK
RGB Variations
Color information
#CE6865 (or 0xCE6865) is known color: Indian Red. HEX triplet: CE, 68 and 65. RGB value is (206,104,101). Sum of RGB (Red+Green+Blue) = 206+104+101=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6865 is #31979A. Grayscale: #868686. Windows color (decimal): -3250075 or 6645966. OLE color: 6645966.
HSL color Cylindrical-coordinate representation of color #CE6865: hue angle of 1.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6865 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 101 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.19 |
| HSL | 1.71º | 0.52% | 0.6% | - |
| HSV(B) | 1.71º | 0.51% | 0.81% | - |
| XYZ | 32.75 | 23.96 | 15.21 | - |
| YUV | 134.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 101 | 0 | 0.50 | 0.51 | 0.19 | 1.71 | 0.52 | 0.6 |
| Hex | CE | 68 | 65 | 0 | 32 | 33 | 13 | 2 | 34 | 3C |
| Octal | 316 | 150 | 145 | 0 | 62 | 63 | 23 | 2 | 64 | 74 |
| Binary | 11001110 | 1101000 | 1100101 | 0 | 110010 | 110011 | 10011 | 10 | 110100 | 111100 |
Color Harmonies of #CE6865
Complementary color
Monochromatic Colors of #CE6865
Black with #CE6865
Text Example
Text Example
White with #CE6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6865; }
p { color: rgb(206,104,101); }
H1.HeaderClassName
{
color: #CE6865;
}
.AnyTagClassName
{
color: #CE6865;
}
</style>
background-color css
<style>
a { background-color: #CE6865; }
a { background-color: rgb(206,104,101); }
div.DivClassName
{
background-color: #CE6865;
}
.BgClassName
{
background-color: #CE6865;
}
</style>
border-color css
<style>
span { border-color: #CE6865; }
span { border-color: rgb(206,104,101); }
td.TdClassName
{
border-color: #CE6865;
}
.TagClassName
{
border-color: #CE6865;
}
</style>