Shades of Indian Red #CD655E
Tints of Indian Red #CD655E
RGB
CMYK
RGB Variations
Color information
#CD655E (or 0xCD655E) is known color: Indian Red. HEX triplet: CD, 65 and 5E. RGB value is (205,101,94). Sum of RGB (Red+Green+Blue) = 205+101+94=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD655E is #329AA1. Grayscale: #838383. Windows color (decimal): -3316386 or 6186445. OLE color: 6186445.
HSL color Cylindrical-coordinate representation of color #CD655E: hue angle of 3.78º 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 #CD655E is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 94 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.20 |
| HSL | 3.78º | 0.53% | 0.59% | - |
| HSV(B) | 3.78º | 0.54% | 0.8% | - |
| XYZ | 31.85 | 23.09 | 13.37 | - |
| YUV | 131.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 94 | 0 | 0.51 | 0.54 | 0.20 | 3.78 | 0.53 | 0.59 |
| Hex | CD | 65 | 5E | 0 | 33 | 36 | 14 | 4 | 35 | 3B |
| Octal | 315 | 145 | 136 | 0 | 63 | 66 | 24 | 4 | 65 | 73 |
| Binary | 11001101 | 1100101 | 1011110 | 0 | 110011 | 110110 | 10100 | 100 | 110101 | 111011 |
Color Harmonies of #CD655E
Complementary color
Monochromatic Colors of #CD655E
Black with #CD655E
Text Example
Text Example
White with #CD655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD655E; }
p { color: rgb(205,101,94); }
H1.HeaderClassName
{
color: #CD655E;
}
.AnyTagClassName
{
color: #CD655E;
}
</style>
background-color css
<style>
a { background-color: #CD655E; }
a { background-color: rgb(205,101,94); }
div.DivClassName
{
background-color: #CD655E;
}
.BgClassName
{
background-color: #CD655E;
}
</style>
border-color css
<style>
span { border-color: #CD655E; }
span { border-color: rgb(205,101,94); }
td.TdClassName
{
border-color: #CD655E;
}
.TagClassName
{
border-color: #CD655E;
}
</style>