Shades of Indian Red #CD6564
Tints of Indian Red #CD6564
RGB
CMYK
RGB Variations
Color information
#CD6564 (or 0xCD6564) is known color: Indian Red. HEX triplet: CD, 65 and 64. RGB value is (205,101,100). Sum of RGB (Red+Green+Blue) = 205+101+100=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6564 is #329A9B. Grayscale: #848484. Windows color (decimal): -3316380 or 6579661. OLE color: 6579661.
HSL color Cylindrical-coordinate representation of color #CD6564: hue angle of 0.57º degrees, saturation: 0.51, 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 #CD6564 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 100 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.20 |
| HSL | 0.57º | 0.51% | 0.6% | - |
| HSV(B) | 0.57º | 0.51% | 0.8% | - |
| XYZ | 32.13 | 23.21 | 14.84 | - |
| YUV | 131.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 100 | 0 | 0.51 | 0.51 | 0.20 | 0.57 | 0.51 | 0.6 |
| Hex | CD | 65 | 64 | 0 | 33 | 33 | 14 | 1 | 33 | 3C |
| Octal | 315 | 145 | 144 | 0 | 63 | 63 | 24 | 1 | 63 | 74 |
| Binary | 11001101 | 1100101 | 1100100 | 0 | 110011 | 110011 | 10100 | 1 | 110011 | 111100 |
Color Harmonies of #CD6564
Complementary color
Monochromatic Colors of #CD6564
Black with #CD6564
Text Example
Text Example
White with #CD6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6564; }
p { color: rgb(205,101,100); }
H1.HeaderClassName
{
color: #CD6564;
}
.AnyTagClassName
{
color: #CD6564;
}
</style>
background-color css
<style>
a { background-color: #CD6564; }
a { background-color: rgb(205,101,100); }
div.DivClassName
{
background-color: #CD6564;
}
.BgClassName
{
background-color: #CD6564;
}
</style>
border-color css
<style>
span { border-color: #CD6564; }
span { border-color: rgb(205,101,100); }
td.TdClassName
{
border-color: #CD6564;
}
.TagClassName
{
border-color: #CD6564;
}
</style>