Shades of Cameo #CDA98A
Tints of Cameo #CDA98A
RGB
CMYK
RGB Variations
Color information
#CDA98A (or 0xCDA98A) is known color: Cameo. HEX triplet: CD, A9 and 8A. RGB value is (205,169,138). Sum of RGB (Red+Green+Blue) = 205+169+138=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA98A is #325675. Grayscale: #B0B0B0. Windows color (decimal): -3298934 or 9087437. OLE color: 9087437.
HSL color Cylindrical-coordinate representation of color #CDA98A: hue angle of 27.76º 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 #CDA98A is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 138 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.20 |
| HSL | 27.76º | 0.4% | 0.67% | - |
| HSV(B) | 27.76º | 0.33% | 0.8% | - |
| XYZ | 43.95 | 43.19 | 30.06 | - |
| YUV | 176.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 138 | 0 | 0.18 | 0.33 | 0.20 | 27.76 | 0.4 | 0.67 |
| Hex | CD | A9 | 8A | 0 | 12 | 21 | 14 | 1C | 28 | 43 |
| Octal | 315 | 251 | 212 | 0 | 22 | 41 | 24 | 34 | 50 | 103 |
| Binary | 11001101 | 10101001 | 10001010 | 0 | 10010 | 100001 | 10100 | 11100 | 101000 | 1000011 |
Color Harmonies of #CDA98A
Complementary color
Monochromatic Colors of #CDA98A
Black with #CDA98A
Text Example
Text Example
White with #CDA98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA98A; }
p { color: rgb(205,169,138); }
H1.HeaderClassName
{
color: #CDA98A;
}
.AnyTagClassName
{
color: #CDA98A;
}
</style>
background-color css
<style>
a { background-color: #CDA98A; }
a { background-color: rgb(205,169,138); }
div.DivClassName
{
background-color: #CDA98A;
}
.BgClassName
{
background-color: #CDA98A;
}
</style>
border-color css
<style>
span { border-color: #CDA98A; }
span { border-color: rgb(205,169,138); }
td.TdClassName
{
border-color: #CDA98A;
}
.TagClassName
{
border-color: #CDA98A;
}
</style>