Shades of Cameo #CDA789
Tints of Cameo #CDA789
RGB
CMYK
RGB Variations
Color information
#CDA789 (or 0xCDA789) is known color: Cameo. HEX triplet: CD, A7 and 89. RGB value is (205,167,137). Sum of RGB (Red+Green+Blue) = 205+167+137=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA789 is #325876. Grayscale: #AFAFAF. Windows color (decimal): -3299447 or 9021389. OLE color: 9021389.
HSL color Cylindrical-coordinate representation of color #CDA789: hue angle of 26.47º 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 #CDA789 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 137 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.20 |
| HSL | 26.47º | 0.4% | 0.67% | - |
| HSV(B) | 26.47º | 0.33% | 0.8% | - |
| XYZ | 43.51 | 42.42 | 29.56 | - |
| YUV | 174.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 137 | 0 | 0.19 | 0.33 | 0.20 | 26.47 | 0.4 | 0.67 |
| Hex | CD | A7 | 89 | 0 | 13 | 21 | 14 | 1A | 28 | 43 |
| Octal | 315 | 247 | 211 | 0 | 23 | 41 | 24 | 32 | 50 | 103 |
| Binary | 11001101 | 10100111 | 10001001 | 0 | 10011 | 100001 | 10100 | 11010 | 101000 | 1000011 |
Color Harmonies of #CDA789
Complementary color
Monochromatic Colors of #CDA789
Black with #CDA789
Text Example
Text Example
White with #CDA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA789; }
p { color: rgb(205,167,137); }
H1.HeaderClassName
{
color: #CDA789;
}
.AnyTagClassName
{
color: #CDA789;
}
</style>
background-color css
<style>
a { background-color: #CDA789; }
a { background-color: rgb(205,167,137); }
div.DivClassName
{
background-color: #CDA789;
}
.BgClassName
{
background-color: #CDA789;
}
</style>
border-color css
<style>
span { border-color: #CDA789; }
span { border-color: rgb(205,167,137); }
td.TdClassName
{
border-color: #CDA789;
}
.TagClassName
{
border-color: #CDA789;
}
</style>