Shades of Indian Red #CD6464
Tints of Indian Red #CD6464
RGB
CMYK
RGB Variations
Color information
#CD6464 (or 0xCD6464) is known color: Indian Red. HEX triplet: CD, 64 and 64. RGB value is (205,100,100). Sum of RGB (Red+Green+Blue) = 205+100+100=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6464 is #329B9B. Grayscale: #838383. Windows color (decimal): -3316636 or 6579405. OLE color: 6579405.
HSL color Cylindrical-coordinate representation of color #CD6464: hue angle of 0º 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 #CD6464 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 100 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.20 |
| HSL | 0º | 0.51% | 0.6% | - |
| HSV(B) | 0º | 0.51% | 0.8% | - |
| XYZ | 32.03 | 23.01 | 14.81 | - |
| YUV | 131.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 100 | 0 | 0.51 | 0.51 | 0.20 | 0 | 0.51 | 0.6 |
| Hex | CD | 64 | 64 | 0 | 33 | 33 | 14 | 0 | 33 | 3C |
| Octal | 315 | 144 | 144 | 0 | 63 | 63 | 24 | 0 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1100100 | 0 | 110011 | 110011 | 10100 | 0 | 110011 | 111100 |
Color Harmonies of #CD6464
Complementary color
Monochromatic Colors of #CD6464
Black with #CD6464
Text Example
Text Example
White with #CD6464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6464; }
p { color: rgb(205,100,100); }
H1.HeaderClassName
{
color: #CD6464;
}
.AnyTagClassName
{
color: #CD6464;
}
</style>
background-color css
<style>
a { background-color: #CD6464; }
a { background-color: rgb(205,100,100); }
div.DivClassName
{
background-color: #CD6464;
}
.BgClassName
{
background-color: #CD6464;
}
</style>
border-color css
<style>
span { border-color: #CD6464; }
span { border-color: rgb(205,100,100); }
td.TdClassName
{
border-color: #CD6464;
}
.TagClassName
{
border-color: #CD6464;
}
</style>