Shades of Indian Red #CC6462
Tints of Indian Red #CC6462
RGB
CMYK
RGB Variations
Color information
#CC6462 (or 0xCC6462) is known color: Indian Red. HEX triplet: CC, 64 and 62. RGB value is (204,100,98). Sum of RGB (Red+Green+Blue) = 204+100+98=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6462 is #339B9D. Grayscale: #828282. Windows color (decimal): -3382174 or 6448332. OLE color: 6448332.
HSL color Cylindrical-coordinate representation of color #CC6462: hue angle of 1.13º 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 #CC6462 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 98 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.2 |
| HSL | 1.13º | 0.51% | 0.59% | - |
| HSV(B) | 1.13º | 0.52% | 0.8% | - |
| XYZ | 31.66 | 22.83 | 14.29 | - |
| YUV | 130.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 98 | 0 | 0.51 | 0.52 | 0.2 | 1.13 | 0.51 | 0.59 |
| Hex | CC | 64 | 62 | 0 | 33 | 34 | 14 | 1 | 33 | 3B |
| Octal | 314 | 144 | 142 | 0 | 63 | 64 | 24 | 1 | 63 | 73 |
| Binary | 11001100 | 1100100 | 1100010 | 0 | 110011 | 110100 | 10100 | 1 | 110011 | 111011 |
Color Harmonies of #CC6462
Complementary color
Monochromatic Colors of #CC6462
Black with #CC6462
Text Example
Text Example
White with #CC6462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6462; }
p { color: rgb(204,100,98); }
H1.HeaderClassName
{
color: #CC6462;
}
.AnyTagClassName
{
color: #CC6462;
}
</style>
background-color css
<style>
a { background-color: #CC6462; }
a { background-color: rgb(204,100,98); }
div.DivClassName
{
background-color: #CC6462;
}
.BgClassName
{
background-color: #CC6462;
}
</style>
border-color css
<style>
span { border-color: #CC6462; }
span { border-color: rgb(204,100,98); }
td.TdClassName
{
border-color: #CC6462;
}
.TagClassName
{
border-color: #CC6462;
}
</style>