Shades of Cameo #CDA98B
Tints of Cameo #CDA98B
RGB
CMYK
RGB Variations
Color information
#CDA98B (or 0xCDA98B) is known color: Cameo. HEX triplet: CD, A9 and 8B. RGB value is (205,169,139). Sum of RGB (Red+Green+Blue) = 205+169+139=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA98B is #325674. Grayscale: #B0B0B0. Windows color (decimal): -3298933 or 9152973. OLE color: 9152973.
HSL color Cylindrical-coordinate representation of color #CDA98B: hue angle of 27.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA98B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 139 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.20 |
| HSL | 27.27º | 0.4% | 0.67% | - |
| HSV(B) | 27.27º | 0.32% | 0.8% | - |
| XYZ | 44.03 | 43.22 | 30.45 | - |
| YUV | 176.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 139 | 0 | 0.18 | 0.32 | 0.20 | 27.27 | 0.4 | 0.67 |
| Hex | CD | A9 | 8B | 0 | 12 | 20 | 14 | 1B | 28 | 43 |
| Octal | 315 | 251 | 213 | 0 | 22 | 40 | 24 | 33 | 50 | 103 |
| Binary | 11001101 | 10101001 | 10001011 | 0 | 10010 | 100000 | 10100 | 11011 | 101000 | 1000011 |
Color Harmonies of #CDA98B
Complementary color
Monochromatic Colors of #CDA98B
Black with #CDA98B
Text Example
Text Example
White with #CDA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA98B; }
p { color: rgb(205,169,139); }
H1.HeaderClassName
{
color: #CDA98B;
}
.AnyTagClassName
{
color: #CDA98B;
}
</style>
background-color css
<style>
a { background-color: #CDA98B; }
a { background-color: rgb(205,169,139); }
div.DivClassName
{
background-color: #CDA98B;
}
.BgClassName
{
background-color: #CDA98B;
}
</style>
border-color css
<style>
span { border-color: #CDA98B; }
span { border-color: rgb(205,169,139); }
td.TdClassName
{
border-color: #CDA98B;
}
.TagClassName
{
border-color: #CDA98B;
}
</style>