Shades of Cameo #CD9E7C
Tints of Cameo #CD9E7C
RGB
CMYK
RGB Variations
Color information
#CD9E7C (or 0xCD9E7C) is known color: Cameo. HEX triplet: CD, 9E and 7C. RGB value is (205,158,124). Sum of RGB (Red+Green+Blue) = 205+158+124=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9E7C is #326183. Grayscale: #A8A8A8. Windows color (decimal): -3301764 or 8167117. OLE color: 8167117.
HSL color Cylindrical-coordinate representation of color #CD9E7C: hue angle of 25.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD9E7C is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 124 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.20 |
| HSL | 25.19º | 0.45% | 0.65% | - |
| HSV(B) | 25.19º | 0.4% | 0.8% | - |
| XYZ | 41.04 | 38.89 | 24.41 | - |
| YUV | 168.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 124 | 0 | 0.23 | 0.40 | 0.20 | 25.19 | 0.45 | 0.65 |
| Hex | CD | 9E | 7C | 0 | 17 | 28 | 14 | 19 | 2D | 41 |
| Octal | 315 | 236 | 174 | 0 | 27 | 50 | 24 | 31 | 55 | 101 |
| Binary | 11001101 | 10011110 | 1111100 | 0 | 10111 | 101000 | 10100 | 11001 | 101101 | 1000001 |
Color Harmonies of #CD9E7C
Complementary color
Monochromatic Colors of #CD9E7C
Black with #CD9E7C
Text Example
Text Example
White with #CD9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E7C; }
p { color: rgb(205,158,124); }
H1.HeaderClassName
{
color: #CD9E7C;
}
.AnyTagClassName
{
color: #CD9E7C;
}
</style>
background-color css
<style>
a { background-color: #CD9E7C; }
a { background-color: rgb(205,158,124); }
div.DivClassName
{
background-color: #CD9E7C;
}
.BgClassName
{
background-color: #CD9E7C;
}
</style>
border-color css
<style>
span { border-color: #CD9E7C; }
span { border-color: rgb(205,158,124); }
td.TdClassName
{
border-color: #CD9E7C;
}
.TagClassName
{
border-color: #CD9E7C;
}
</style>