Shades of Indian Red #CC6762
Tints of Indian Red #CC6762
RGB
CMYK
RGB Variations
Color information
#CC6762 (or 0xCC6762) is known color: Indian Red. HEX triplet: CC, 67 and 62. RGB value is (204,103,98). Sum of RGB (Red+Green+Blue) = 204+103+98=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6762 is #33989D. Grayscale: #848484. Windows color (decimal): -3381406 or 6449100. OLE color: 6449100.
HSL color Cylindrical-coordinate representation of color #CC6762: hue angle of 2.83º 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 #CC6762 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 98 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.2 |
| HSL | 2.83º | 0.51% | 0.59% | - |
| HSV(B) | 2.83º | 0.52% | 0.8% | - |
| XYZ | 31.96 | 23.42 | 14.39 | - |
| YUV | 132.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 98 | 0 | 0.50 | 0.52 | 0.2 | 2.83 | 0.51 | 0.59 |
| Hex | CC | 67 | 62 | 0 | 32 | 34 | 14 | 3 | 33 | 3B |
| Octal | 314 | 147 | 142 | 0 | 62 | 64 | 24 | 3 | 63 | 73 |
| Binary | 11001100 | 1100111 | 1100010 | 0 | 110010 | 110100 | 10100 | 11 | 110011 | 111011 |
Color Harmonies of #CC6762
Complementary color
Monochromatic Colors of #CC6762
Black with #CC6762
Text Example
Text Example
White with #CC6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6762; }
p { color: rgb(204,103,98); }
H1.HeaderClassName
{
color: #CC6762;
}
.AnyTagClassName
{
color: #CC6762;
}
</style>
background-color css
<style>
a { background-color: #CC6762; }
a { background-color: rgb(204,103,98); }
div.DivClassName
{
background-color: #CC6762;
}
.BgClassName
{
background-color: #CC6762;
}
</style>
border-color css
<style>
span { border-color: #CC6762; }
span { border-color: rgb(204,103,98); }
td.TdClassName
{
border-color: #CC6762;
}
.TagClassName
{
border-color: #CC6762;
}
</style>