Shades of Cameo #CDA689
Tints of Cameo #CDA689
RGB
CMYK
RGB Variations
Color information
#CDA689 (or 0xCDA689) is known color: Cameo. HEX triplet: CD, A6 and 89. RGB value is (205,166,137). Sum of RGB (Red+Green+Blue) = 205+166+137=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA689 is #325976. Grayscale: #AEAEAE. Windows color (decimal): -3299703 or 9021133. OLE color: 9021133.
HSL color Cylindrical-coordinate representation of color #CDA689: hue angle of 25.59º 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 #CDA689 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 137 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.20 |
| HSL | 25.59º | 0.4% | 0.67% | - |
| HSV(B) | 25.59º | 0.33% | 0.8% | - |
| XYZ | 43.33 | 42.06 | 29.5 | - |
| YUV | 174.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 137 | 0 | 0.19 | 0.33 | 0.20 | 25.59 | 0.4 | 0.67 |
| Hex | CD | A6 | 89 | 0 | 13 | 21 | 14 | 1A | 28 | 43 |
| Octal | 315 | 246 | 211 | 0 | 23 | 41 | 24 | 32 | 50 | 103 |
| Binary | 11001101 | 10100110 | 10001001 | 0 | 10011 | 100001 | 10100 | 11010 | 101000 | 1000011 |
Color Harmonies of #CDA689
Complementary color
Monochromatic Colors of #CDA689
Black with #CDA689
Text Example
Text Example
White with #CDA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA689; }
p { color: rgb(205,166,137); }
H1.HeaderClassName
{
color: #CDA689;
}
.AnyTagClassName
{
color: #CDA689;
}
</style>
background-color css
<style>
a { background-color: #CDA689; }
a { background-color: rgb(205,166,137); }
div.DivClassName
{
background-color: #CDA689;
}
.BgClassName
{
background-color: #CDA689;
}
</style>
border-color css
<style>
span { border-color: #CDA689; }
span { border-color: rgb(205,166,137); }
td.TdClassName
{
border-color: #CDA689;
}
.TagClassName
{
border-color: #CDA689;
}
</style>