Shades of Cameo #CDA985
Tints of Cameo #CDA985
RGB
CMYK
RGB Variations
Color information
#CDA985 (or 0xCDA985) is known color: Cameo. HEX triplet: CD, A9 and 85. RGB value is (205,169,133). Sum of RGB (Red+Green+Blue) = 205+169+133=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA985 is #32567A. Grayscale: #AFAFAF. Windows color (decimal): -3298939 or 8759757. OLE color: 8759757.
HSL color Cylindrical-coordinate representation of color #CDA985: hue angle of 30º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA985 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 133 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.20 |
| HSL | 30º | 0.42% | 0.66% | - |
| HSV(B) | 30º | 0.35% | 0.8% | - |
| XYZ | 43.6 | 43.05 | 28.2 | - |
| YUV | 175.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 133 | 0 | 0.18 | 0.35 | 0.20 | 30 | 0.42 | 0.66 |
| Hex | CD | A9 | 85 | 0 | 12 | 23 | 14 | 1E | 2A | 42 |
| Octal | 315 | 251 | 205 | 0 | 22 | 43 | 24 | 36 | 52 | 102 |
| Binary | 11001101 | 10101001 | 10000101 | 0 | 10010 | 100011 | 10100 | 11110 | 101010 | 1000010 |
Color Harmonies of #CDA985
Complementary color
Monochromatic Colors of #CDA985
Black with #CDA985
Text Example
Text Example
White with #CDA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA985; }
p { color: rgb(205,169,133); }
H1.HeaderClassName
{
color: #CDA985;
}
.AnyTagClassName
{
color: #CDA985;
}
</style>
background-color css
<style>
a { background-color: #CDA985; }
a { background-color: rgb(205,169,133); }
div.DivClassName
{
background-color: #CDA985;
}
.BgClassName
{
background-color: #CDA985;
}
</style>
border-color css
<style>
span { border-color: #CDA985; }
span { border-color: rgb(205,169,133); }
td.TdClassName
{
border-color: #CDA985;
}
.TagClassName
{
border-color: #CDA985;
}
</style>