Shades of Indian Red #CC6260
Tints of Indian Red #CC6260
RGB
CMYK
RGB Variations
Color information
#CC6260 (or 0xCC6260) is known color: Indian Red. HEX triplet: CC, 62 and 60. RGB value is (204,98,96). Sum of RGB (Red+Green+Blue) = 204+98+96=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6260 is #339D9F. Grayscale: #818181. Windows color (decimal): -3382688 or 6316748. OLE color: 6316748.
HSL color Cylindrical-coordinate representation of color #CC6260: hue angle of 1.11º 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 #CC6260 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 96 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.2 |
| HSL | 1.11º | 0.51% | 0.59% | - |
| HSV(B) | 1.11º | 0.53% | 0.8% | - |
| XYZ | 31.38 | 22.42 | 13.74 | - |
| YUV | 129.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 96 | 0 | 0.52 | 0.53 | 0.2 | 1.11 | 0.51 | 0.59 |
| Hex | CC | 62 | 60 | 0 | 34 | 35 | 14 | 1 | 33 | 3B |
| Octal | 314 | 142 | 140 | 0 | 64 | 65 | 24 | 1 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1100000 | 0 | 110100 | 110101 | 10100 | 1 | 110011 | 111011 |
Color Harmonies of #CC6260
Complementary color
Monochromatic Colors of #CC6260
Black with #CC6260
Text Example
Text Example
White with #CC6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6260; }
p { color: rgb(204,98,96); }
H1.HeaderClassName
{
color: #CC6260;
}
.AnyTagClassName
{
color: #CC6260;
}
</style>
background-color css
<style>
a { background-color: #CC6260; }
a { background-color: rgb(204,98,96); }
div.DivClassName
{
background-color: #CC6260;
}
.BgClassName
{
background-color: #CC6260;
}
</style>
border-color css
<style>
span { border-color: #CC6260; }
span { border-color: rgb(204,98,96); }
td.TdClassName
{
border-color: #CC6260;
}
.TagClassName
{
border-color: #CC6260;
}
</style>