Shades of Cameo #CDA68A
Tints of Cameo #CDA68A
RGB
CMYK
RGB Variations
Color information
#CDA68A (or 0xCDA68A) is known color: Cameo. HEX triplet: CD, A6 and 8A. RGB value is (205,166,138). Sum of RGB (Red+Green+Blue) = 205+166+138=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA68A is #325975. Grayscale: #AEAEAE. Windows color (decimal): -3299702 or 9086669. OLE color: 9086669.
HSL color Cylindrical-coordinate representation of color #CDA68A: hue angle of 25.07º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA68A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 138 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.20 |
| HSL | 25.07º | 0.4% | 0.67% | - |
| HSV(B) | 25.07º | 0.33% | 0.8% | - |
| XYZ | 43.4 | 42.09 | 29.88 | - |
| YUV | 174.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 138 | 0 | 0.19 | 0.33 | 0.20 | 25.07 | 0.4 | 0.67 |
| Hex | CD | A6 | 8A | 0 | 13 | 21 | 14 | 19 | 28 | 43 |
| Octal | 315 | 246 | 212 | 0 | 23 | 41 | 24 | 31 | 50 | 103 |
| Binary | 11001101 | 10100110 | 10001010 | 0 | 10011 | 100001 | 10100 | 11001 | 101000 | 1000011 |
Color Harmonies of #CDA68A
Complementary color
Monochromatic Colors of #CDA68A
Black with #CDA68A
Text Example
Text Example
White with #CDA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA68A; }
p { color: rgb(205,166,138); }
H1.HeaderClassName
{
color: #CDA68A;
}
.AnyTagClassName
{
color: #CDA68A;
}
</style>
background-color css
<style>
a { background-color: #CDA68A; }
a { background-color: rgb(205,166,138); }
div.DivClassName
{
background-color: #CDA68A;
}
.BgClassName
{
background-color: #CDA68A;
}
</style>
border-color css
<style>
span { border-color: #CDA68A; }
span { border-color: rgb(205,166,138); }
td.TdClassName
{
border-color: #CDA68A;
}
.TagClassName
{
border-color: #CDA68A;
}
</style>