Shades of Indian Red #CC6460
Tints of Indian Red #CC6460
RGB
CMYK
RGB Variations
Color information
#CC6460 (or 0xCC6460) is known color: Indian Red. HEX triplet: CC, 64 and 60. RGB value is (204,100,96). Sum of RGB (Red+Green+Blue) = 204+100+96=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6460 is #339B9F. Grayscale: #828282. Windows color (decimal): -3382176 or 6317260. OLE color: 6317260.
HSL color Cylindrical-coordinate representation of color #CC6460: hue angle of 2.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6460 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 96 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.2 |
| HSL | 2.22º | 0.51% | 0.59% | - |
| HSV(B) | 2.22º | 0.53% | 0.8% | - |
| XYZ | 31.57 | 22.8 | 13.8 | - |
| YUV | 130.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 96 | 0 | 0.51 | 0.53 | 0.2 | 2.22 | 0.51 | 0.59 |
| Hex | CC | 64 | 60 | 0 | 33 | 35 | 14 | 2 | 33 | 3B |
| Octal | 314 | 144 | 140 | 0 | 63 | 65 | 24 | 2 | 63 | 73 |
| Binary | 11001100 | 1100100 | 1100000 | 0 | 110011 | 110101 | 10100 | 10 | 110011 | 111011 |
Color Harmonies of #CC6460
Complementary color
Monochromatic Colors of #CC6460
Black with #CC6460
Text Example
Text Example
White with #CC6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6460; }
p { color: rgb(204,100,96); }
H1.HeaderClassName
{
color: #CC6460;
}
.AnyTagClassName
{
color: #CC6460;
}
</style>
background-color css
<style>
a { background-color: #CC6460; }
a { background-color: rgb(204,100,96); }
div.DivClassName
{
background-color: #CC6460;
}
.BgClassName
{
background-color: #CC6460;
}
</style>
border-color css
<style>
span { border-color: #CC6460; }
span { border-color: rgb(204,100,96); }
td.TdClassName
{
border-color: #CC6460;
}
.TagClassName
{
border-color: #CC6460;
}
</style>