Shades of Indian Red #CC6764
Tints of Indian Red #CC6764
RGB
CMYK
RGB Variations
Color information
#CC6764 (or 0xCC6764) is known color: Indian Red. HEX triplet: CC, 67 and 64. RGB value is (204,103,100). Sum of RGB (Red+Green+Blue) = 204+103+100=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6764 is #33989B. Grayscale: #848484. Windows color (decimal): -3381404 or 6580172. OLE color: 6580172.
HSL color Cylindrical-coordinate representation of color #CC6764: hue angle of 1.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6764 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 100 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.2 |
| HSL | 1.73º | 0.5% | 0.6% | - |
| HSV(B) | 1.73º | 0.51% | 0.8% | - |
| XYZ | 32.05 | 23.46 | 14.9 | - |
| YUV | 132.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 100 | 0 | 0.50 | 0.51 | 0.2 | 1.73 | 0.5 | 0.6 |
| Hex | CC | 67 | 64 | 0 | 32 | 33 | 14 | 2 | 32 | 3C |
| Octal | 314 | 147 | 144 | 0 | 62 | 63 | 24 | 2 | 62 | 74 |
| Binary | 11001100 | 1100111 | 1100100 | 0 | 110010 | 110011 | 10100 | 10 | 110010 | 111100 |
Color Harmonies of #CC6764
Complementary color
Monochromatic Colors of #CC6764
Black with #CC6764
Text Example
Text Example
White with #CC6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6764; }
p { color: rgb(204,103,100); }
H1.HeaderClassName
{
color: #CC6764;
}
.AnyTagClassName
{
color: #CC6764;
}
</style>
background-color css
<style>
a { background-color: #CC6764; }
a { background-color: rgb(204,103,100); }
div.DivClassName
{
background-color: #CC6764;
}
.BgClassName
{
background-color: #CC6764;
}
</style>
border-color css
<style>
span { border-color: #CC6764; }
span { border-color: rgb(204,103,100); }
td.TdClassName
{
border-color: #CC6764;
}
.TagClassName
{
border-color: #CC6764;
}
</style>