Shades of Cameo #CDA88A
Tints of Cameo #CDA88A
RGB
CMYK
RGB Variations
Color information
#CDA88A (or 0xCDA88A) is known color: Cameo. HEX triplet: CD, A8 and 8A. RGB value is (205,168,138). Sum of RGB (Red+Green+Blue) = 205+168+138=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA88A is #325775. Grayscale: #AFAFAF. Windows color (decimal): -3299190 or 9087181. OLE color: 9087181.
HSL color Cylindrical-coordinate representation of color #CDA88A: hue angle of 26.87º 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 #CDA88A is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 138 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.20 |
| HSL | 26.87º | 0.4% | 0.67% | - |
| HSV(B) | 26.87º | 0.33% | 0.8% | - |
| XYZ | 43.77 | 42.82 | 30 | - |
| YUV | 175.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 138 | 0 | 0.18 | 0.33 | 0.20 | 26.87 | 0.4 | 0.67 |
| Hex | CD | A8 | 8A | 0 | 12 | 21 | 14 | 1B | 28 | 43 |
| Octal | 315 | 250 | 212 | 0 | 22 | 41 | 24 | 33 | 50 | 103 |
| Binary | 11001101 | 10101000 | 10001010 | 0 | 10010 | 100001 | 10100 | 11011 | 101000 | 1000011 |
Color Harmonies of #CDA88A
Complementary color
Monochromatic Colors of #CDA88A
Black with #CDA88A
Text Example
Text Example
White with #CDA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA88A; }
p { color: rgb(205,168,138); }
H1.HeaderClassName
{
color: #CDA88A;
}
.AnyTagClassName
{
color: #CDA88A;
}
</style>
background-color css
<style>
a { background-color: #CDA88A; }
a { background-color: rgb(205,168,138); }
div.DivClassName
{
background-color: #CDA88A;
}
.BgClassName
{
background-color: #CDA88A;
}
</style>
border-color css
<style>
span { border-color: #CDA88A; }
span { border-color: rgb(205,168,138); }
td.TdClassName
{
border-color: #CDA88A;
}
.TagClassName
{
border-color: #CDA88A;
}
</style>