Shades of Cameo #CDA68B
Tints of Cameo #CDA68B
RGB
CMYK
RGB Variations
Color information
#CDA68B (or 0xCDA68B) is known color: Cameo. HEX triplet: CD, A6 and 8B. RGB value is (205,166,139). Sum of RGB (Red+Green+Blue) = 205+166+139=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA68B is #325974. Grayscale: #AEAEAE. Windows color (decimal): -3299701 or 9152205. OLE color: 9152205.
HSL color Cylindrical-coordinate representation of color #CDA68B: hue angle of 24.55º 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 #CDA68B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 139 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.20 |
| HSL | 24.55º | 0.4% | 0.67% | - |
| HSV(B) | 24.55º | 0.32% | 0.8% | - |
| XYZ | 43.47 | 42.12 | 30.26 | - |
| YUV | 174.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 139 | 0 | 0.19 | 0.32 | 0.20 | 24.55 | 0.4 | 0.67 |
| Hex | CD | A6 | 8B | 0 | 13 | 20 | 14 | 19 | 28 | 43 |
| Octal | 315 | 246 | 213 | 0 | 23 | 40 | 24 | 31 | 50 | 103 |
| Binary | 11001101 | 10100110 | 10001011 | 0 | 10011 | 100000 | 10100 | 11001 | 101000 | 1000011 |
Color Harmonies of #CDA68B
Complementary color
Monochromatic Colors of #CDA68B
Black with #CDA68B
Text Example
Text Example
White with #CDA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA68B; }
p { color: rgb(205,166,139); }
H1.HeaderClassName
{
color: #CDA68B;
}
.AnyTagClassName
{
color: #CDA68B;
}
</style>
background-color css
<style>
a { background-color: #CDA68B; }
a { background-color: rgb(205,166,139); }
div.DivClassName
{
background-color: #CDA68B;
}
.BgClassName
{
background-color: #CDA68B;
}
</style>
border-color css
<style>
span { border-color: #CDA68B; }
span { border-color: rgb(205,166,139); }
td.TdClassName
{
border-color: #CDA68B;
}
.TagClassName
{
border-color: #CDA68B;
}
</style>