Shades of Cameo #CDA88B
Tints of Cameo #CDA88B
RGB
CMYK
RGB Variations
Color information
#CDA88B (or 0xCDA88B) is known color: Cameo. HEX triplet: CD, A8 and 8B. RGB value is (205,168,139). Sum of RGB (Red+Green+Blue) = 205+168+139=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA88B is #325774. Grayscale: #AFAFAF. Windows color (decimal): -3299189 or 9152717. OLE color: 9152717.
HSL color Cylindrical-coordinate representation of color #CDA88B: hue angle of 26.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA88B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 139 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.20 |
| HSL | 26.36º | 0.4% | 0.67% | - |
| HSV(B) | 26.36º | 0.32% | 0.8% | - |
| XYZ | 43.84 | 42.85 | 30.39 | - |
| YUV | 175.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 139 | 0 | 0.18 | 0.32 | 0.20 | 26.36 | 0.4 | 0.67 |
| Hex | CD | A8 | 8B | 0 | 12 | 20 | 14 | 1A | 28 | 43 |
| Octal | 315 | 250 | 213 | 0 | 22 | 40 | 24 | 32 | 50 | 103 |
| Binary | 11001101 | 10101000 | 10001011 | 0 | 10010 | 100000 | 10100 | 11010 | 101000 | 1000011 |
Color Harmonies of #CDA88B
Complementary color
Monochromatic Colors of #CDA88B
Black with #CDA88B
Text Example
Text Example
White with #CDA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA88B; }
p { color: rgb(205,168,139); }
H1.HeaderClassName
{
color: #CDA88B;
}
.AnyTagClassName
{
color: #CDA88B;
}
</style>
background-color css
<style>
a { background-color: #CDA88B; }
a { background-color: rgb(205,168,139); }
div.DivClassName
{
background-color: #CDA88B;
}
.BgClassName
{
background-color: #CDA88B;
}
</style>
border-color css
<style>
span { border-color: #CDA88B; }
span { border-color: rgb(205,168,139); }
td.TdClassName
{
border-color: #CDA88B;
}
.TagClassName
{
border-color: #CDA88B;
}
</style>