Shades of Indian Red #CC6862
Tints of Indian Red #CC6862
RGB
CMYK
RGB Variations
Color information
#CC6862 (or 0xCC6862) is known color: Indian Red. HEX triplet: CC, 68 and 62. RGB value is (204,104,98). Sum of RGB (Red+Green+Blue) = 204+104+98=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6862 is #33979D. Grayscale: #858585. Windows color (decimal): -3381150 or 6449356. OLE color: 6449356.
HSL color Cylindrical-coordinate representation of color #CC6862: hue angle of 3.4º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6862 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 98 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.2 |
| HSL | 3.4º | 0.51% | 0.59% | - |
| HSV(B) | 3.4º | 0.52% | 0.8% | - |
| XYZ | 32.06 | 23.62 | 14.42 | - |
| YUV | 133.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 98 | 0 | 0.49 | 0.52 | 0.2 | 3.4 | 0.51 | 0.59 |
| Hex | CC | 68 | 62 | 0 | 31 | 34 | 14 | 3 | 33 | 3B |
| Octal | 314 | 150 | 142 | 0 | 61 | 64 | 24 | 3 | 63 | 73 |
| Binary | 11001100 | 1101000 | 1100010 | 0 | 110001 | 110100 | 10100 | 11 | 110011 | 111011 |
Color Harmonies of #CC6862
Complementary color
Monochromatic Colors of #CC6862
Black with #CC6862
Text Example
Text Example
White with #CC6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6862; }
p { color: rgb(204,104,98); }
H1.HeaderClassName
{
color: #CC6862;
}
.AnyTagClassName
{
color: #CC6862;
}
</style>
background-color css
<style>
a { background-color: #CC6862; }
a { background-color: rgb(204,104,98); }
div.DivClassName
{
background-color: #CC6862;
}
.BgClassName
{
background-color: #CC6862;
}
</style>
border-color css
<style>
span { border-color: #CC6862; }
span { border-color: rgb(204,104,98); }
td.TdClassName
{
border-color: #CC6862;
}
.TagClassName
{
border-color: #CC6862;
}
</style>