Shades of Indian Red #CC6561
Tints of Indian Red #CC6561
RGB
CMYK
RGB Variations
Color information
#CC6561 (or 0xCC6561) is known color: Indian Red. HEX triplet: CC, 65 and 61. RGB value is (204,101,97). Sum of RGB (Red+Green+Blue) = 204+101+97=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6561 is #339A9E. Grayscale: #838383. Windows color (decimal): -3381919 or 6383052. OLE color: 6383052.
HSL color Cylindrical-coordinate representation of color #CC6561: hue angle of 2.24º 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 #CC6561 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 97 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.2 |
| HSL | 2.24º | 0.51% | 0.59% | - |
| HSV(B) | 2.24º | 0.52% | 0.8% | - |
| XYZ | 31.71 | 23.01 | 14.08 | - |
| YUV | 131.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 97 | 0 | 0.50 | 0.52 | 0.2 | 2.24 | 0.51 | 0.59 |
| Hex | CC | 65 | 61 | 0 | 32 | 34 | 14 | 2 | 33 | 3B |
| Octal | 314 | 145 | 141 | 0 | 62 | 64 | 24 | 2 | 63 | 73 |
| Binary | 11001100 | 1100101 | 1100001 | 0 | 110010 | 110100 | 10100 | 10 | 110011 | 111011 |
Color Harmonies of #CC6561
Complementary color
Monochromatic Colors of #CC6561
Black with #CC6561
Text Example
Text Example
White with #CC6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6561; }
p { color: rgb(204,101,97); }
H1.HeaderClassName
{
color: #CC6561;
}
.AnyTagClassName
{
color: #CC6561;
}
</style>
background-color css
<style>
a { background-color: #CC6561; }
a { background-color: rgb(204,101,97); }
div.DivClassName
{
background-color: #CC6561;
}
.BgClassName
{
background-color: #CC6561;
}
</style>
border-color css
<style>
span { border-color: #CC6561; }
span { border-color: rgb(204,101,97); }
td.TdClassName
{
border-color: #CC6561;
}
.TagClassName
{
border-color: #CC6561;
}
</style>