Shades of Cameo #CDA68E
Tints of Cameo #CDA68E
RGB
CMYK
RGB Variations
Color information
#CDA68E (or 0xCDA68E) is known color: Cameo. HEX triplet: CD, A6 and 8E. RGB value is (205,166,142). Sum of RGB (Red+Green+Blue) = 205+166+142=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA68E is #325971. Grayscale: #AFAFAF. Windows color (decimal): -3299698 or 9348813. OLE color: 9348813.
HSL color Cylindrical-coordinate representation of color #CDA68E: hue angle of 22.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA68E is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 142 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.20 |
| HSL | 22.86º | 0.39% | 0.68% | - |
| HSV(B) | 22.86º | 0.31% | 0.8% | - |
| XYZ | 43.7 | 42.2 | 31.43 | - |
| YUV | 174.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 142 | 0 | 0.19 | 0.31 | 0.20 | 22.86 | 0.39 | 0.68 |
| Hex | CD | A6 | 8E | 0 | 13 | 1F | 14 | 17 | 27 | 44 |
| Octal | 315 | 246 | 216 | 0 | 23 | 37 | 24 | 27 | 47 | 104 |
| Binary | 11001101 | 10100110 | 10001110 | 0 | 10011 | 11111 | 10100 | 10111 | 100111 | 1000100 |
Color Harmonies of #CDA68E
Complementary color
Monochromatic Colors of #CDA68E
Black with #CDA68E
Text Example
Text Example
White with #CDA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA68E; }
p { color: rgb(205,166,142); }
H1.HeaderClassName
{
color: #CDA68E;
}
.AnyTagClassName
{
color: #CDA68E;
}
</style>
background-color css
<style>
a { background-color: #CDA68E; }
a { background-color: rgb(205,166,142); }
div.DivClassName
{
background-color: #CDA68E;
}
.BgClassName
{
background-color: #CDA68E;
}
</style>
border-color css
<style>
span { border-color: #CDA68E; }
span { border-color: rgb(205,166,142); }
td.TdClassName
{
border-color: #CDA68E;
}
.TagClassName
{
border-color: #CDA68E;
}
</style>