Shades of Cameo #CDA17B
Tints of Cameo #CDA17B
RGB
CMYK
RGB Variations
Color information
#CDA17B (or 0xCDA17B) is known color: Cameo. HEX triplet: CD, A1 and 7B. RGB value is (205,161,123). Sum of RGB (Red+Green+Blue) = 205+161+123=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA17B is #325E84. Grayscale: #AAAAAA. Windows color (decimal): -3300997 or 8102349. OLE color: 8102349.
HSL color Cylindrical-coordinate representation of color #CDA17B: hue angle of 27.8º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA17B is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 123 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.20 |
| HSL | 27.8º | 0.45% | 0.64% | - |
| HSV(B) | 27.8º | 0.4% | 0.8% | - |
| XYZ | 41.5 | 39.9 | 24.25 | - |
| YUV | 169.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 123 | 0 | 0.21 | 0.4 | 0.20 | 27.8 | 0.45 | 0.64 |
| Hex | CD | A1 | 7B | 0 | 15 | 28 | 14 | 1C | 2D | 40 |
| Octal | 315 | 241 | 173 | 0 | 25 | 50 | 24 | 34 | 55 | 100 |
| Binary | 11001101 | 10100001 | 1111011 | 0 | 10101 | 101000 | 10100 | 11100 | 101101 | 1000000 |
Color Harmonies of #CDA17B
Complementary color
Monochromatic Colors of #CDA17B
Black with #CDA17B
Text Example
Text Example
White with #CDA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA17B; }
p { color: rgb(205,161,123); }
H1.HeaderClassName
{
color: #CDA17B;
}
.AnyTagClassName
{
color: #CDA17B;
}
</style>
background-color css
<style>
a { background-color: #CDA17B; }
a { background-color: rgb(205,161,123); }
div.DivClassName
{
background-color: #CDA17B;
}
.BgClassName
{
background-color: #CDA17B;
}
</style>
border-color css
<style>
span { border-color: #CDA17B; }
span { border-color: rgb(205,161,123); }
td.TdClassName
{
border-color: #CDA17B;
}
.TagClassName
{
border-color: #CDA17B;
}
</style>