Shades of Indian Red #CE6664
Tints of Indian Red #CE6664
RGB
CMYK
RGB Variations
Color information
#CE6664 (or 0xCE6664) is known color: Indian Red. HEX triplet: CE, 66 and 64. RGB value is (206,102,100). Sum of RGB (Red+Green+Blue) = 206+102+100=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6664 is #31999B. Grayscale: #848484. Windows color (decimal): -3250588 or 6579918. OLE color: 6579918.
HSL color Cylindrical-coordinate representation of color #CE6664: hue angle of 1.13º 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 #CE6664 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 100 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.19 |
| HSL | 1.13º | 0.52% | 0.6% | - |
| HSV(B) | 1.13º | 0.51% | 0.81% | - |
| XYZ | 32.51 | 23.54 | 14.89 | - |
| YUV | 132.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 100 | 0 | 0.50 | 0.51 | 0.19 | 1.13 | 0.52 | 0.6 |
| Hex | CE | 66 | 64 | 0 | 32 | 33 | 13 | 1 | 34 | 3C |
| Octal | 316 | 146 | 144 | 0 | 62 | 63 | 23 | 1 | 64 | 74 |
| Binary | 11001110 | 1100110 | 1100100 | 0 | 110010 | 110011 | 10011 | 1 | 110100 | 111100 |
Color Harmonies of #CE6664
Complementary color
Monochromatic Colors of #CE6664
Black with #CE6664
Text Example
Text Example
White with #CE6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6664; }
p { color: rgb(206,102,100); }
H1.HeaderClassName
{
color: #CE6664;
}
.AnyTagClassName
{
color: #CE6664;
}
</style>
background-color css
<style>
a { background-color: #CE6664; }
a { background-color: rgb(206,102,100); }
div.DivClassName
{
background-color: #CE6664;
}
.BgClassName
{
background-color: #CE6664;
}
</style>
border-color css
<style>
span { border-color: #CE6664; }
span { border-color: rgb(206,102,100); }
td.TdClassName
{
border-color: #CE6664;
}
.TagClassName
{
border-color: #CE6664;
}
</style>