Shades of Indian Red #CD665E
Tints of Indian Red #CD665E
RGB
CMYK
RGB Variations
Color information
#CD665E (or 0xCD665E) is known color: Indian Red. HEX triplet: CD, 66 and 5E. RGB value is (205,102,94). Sum of RGB (Red+Green+Blue) = 205+102+94=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD665E is #3299A1. Grayscale: #848484. Windows color (decimal): -3316130 or 6186701. OLE color: 6186701.
HSL color Cylindrical-coordinate representation of color #CD665E: hue angle of 4.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD665E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 94 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.20 |
| HSL | 4.32º | 0.53% | 0.59% | - |
| HSV(B) | 4.32º | 0.54% | 0.8% | - |
| XYZ | 31.95 | 23.29 | 13.4 | - |
| YUV | 131.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 94 | 0 | 0.50 | 0.54 | 0.20 | 4.32 | 0.53 | 0.59 |
| Hex | CD | 66 | 5E | 0 | 32 | 36 | 14 | 4 | 35 | 3B |
| Octal | 315 | 146 | 136 | 0 | 62 | 66 | 24 | 4 | 65 | 73 |
| Binary | 11001101 | 1100110 | 1011110 | 0 | 110010 | 110110 | 10100 | 100 | 110101 | 111011 |
Color Harmonies of #CD665E
Complementary color
Monochromatic Colors of #CD665E
Black with #CD665E
Text Example
Text Example
White with #CD665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD665E; }
p { color: rgb(205,102,94); }
H1.HeaderClassName
{
color: #CD665E;
}
.AnyTagClassName
{
color: #CD665E;
}
</style>
background-color css
<style>
a { background-color: #CD665E; }
a { background-color: rgb(205,102,94); }
div.DivClassName
{
background-color: #CD665E;
}
.BgClassName
{
background-color: #CD665E;
}
</style>
border-color css
<style>
span { border-color: #CD665E; }
span { border-color: rgb(205,102,94); }
td.TdClassName
{
border-color: #CD665E;
}
.TagClassName
{
border-color: #CD665E;
}
</style>