Shades of Cameo #CDA87B
Tints of Cameo #CDA87B
RGB
CMYK
RGB Variations
Color information
#CDA87B (or 0xCDA87B) is known color: Cameo. HEX triplet: CD, A8 and 7B. RGB value is (205,168,123). Sum of RGB (Red+Green+Blue) = 205+168+123=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA87B is #325784. Grayscale: #AEAEAE. Windows color (decimal): -3299205 or 8104141. OLE color: 8104141.
HSL color Cylindrical-coordinate representation of color #CDA87B: hue angle of 32.93º 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 #CDA87B is Cyan = 0, Magento = 0.18, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 123 | - |
| CMYK | 0 | 0.18 | 0.4 | 0.20 |
| HSL | 32.93º | 0.45% | 0.64% | - |
| HSV(B) | 32.93º | 0.4% | 0.8% | - |
| XYZ | 42.75 | 42.41 | 24.67 | - |
| YUV | 173.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 123 | 0 | 0.18 | 0.4 | 0.20 | 32.93 | 0.45 | 0.64 |
| Hex | CD | A8 | 7B | 0 | 12 | 28 | 14 | 21 | 2D | 40 |
| Octal | 315 | 250 | 173 | 0 | 22 | 50 | 24 | 41 | 55 | 100 |
| Binary | 11001101 | 10101000 | 1111011 | 0 | 10010 | 101000 | 10100 | 100001 | 101101 | 1000000 |
Color Harmonies of #CDA87B
Complementary color
Monochromatic Colors of #CDA87B
Black with #CDA87B
Text Example
Text Example
White with #CDA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA87B; }
p { color: rgb(205,168,123); }
H1.HeaderClassName
{
color: #CDA87B;
}
.AnyTagClassName
{
color: #CDA87B;
}
</style>
background-color css
<style>
a { background-color: #CDA87B; }
a { background-color: rgb(205,168,123); }
div.DivClassName
{
background-color: #CDA87B;
}
.BgClassName
{
background-color: #CDA87B;
}
</style>
border-color css
<style>
span { border-color: #CDA87B; }
span { border-color: rgb(205,168,123); }
td.TdClassName
{
border-color: #CDA87B;
}
.TagClassName
{
border-color: #CDA87B;
}
</style>