Shades of Indian Red #CD6665
Tints of Indian Red #CD6665
RGB
CMYK
RGB Variations
Color information
#CD6665 (or 0xCD6665) is known color: Indian Red. HEX triplet: CD, 66 and 65. RGB value is (205,102,101). Sum of RGB (Red+Green+Blue) = 205+102+101=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6665 is #32999A. Grayscale: #848484. Windows color (decimal): -3316123 or 6645453. OLE color: 6645453.
HSL color Cylindrical-coordinate representation of color #CD6665: hue angle of 0.58º 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 #CD6665 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 101 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.20 |
| HSL | 0.58º | 0.51% | 0.6% | - |
| HSV(B) | 0.58º | 0.51% | 0.8% | - |
| XYZ | 32.28 | 23.42 | 15.13 | - |
| YUV | 132.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 101 | 0 | 0.50 | 0.51 | 0.20 | 0.58 | 0.51 | 0.6 |
| Hex | CD | 66 | 65 | 0 | 32 | 33 | 14 | 1 | 33 | 3C |
| Octal | 315 | 146 | 145 | 0 | 62 | 63 | 24 | 1 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1100101 | 0 | 110010 | 110011 | 10100 | 1 | 110011 | 111100 |
Color Harmonies of #CD6665
Complementary color
Monochromatic Colors of #CD6665
Black with #CD6665
Text Example
Text Example
White with #CD6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6665; }
p { color: rgb(205,102,101); }
H1.HeaderClassName
{
color: #CD6665;
}
.AnyTagClassName
{
color: #CD6665;
}
</style>
background-color css
<style>
a { background-color: #CD6665; }
a { background-color: rgb(205,102,101); }
div.DivClassName
{
background-color: #CD6665;
}
.BgClassName
{
background-color: #CD6665;
}
</style>
border-color css
<style>
span { border-color: #CD6665; }
span { border-color: rgb(205,102,101); }
td.TdClassName
{
border-color: #CD6665;
}
.TagClassName
{
border-color: #CD6665;
}
</style>