Shades of Cameo #CDA88F
Tints of Cameo #CDA88F
RGB
CMYK
RGB Variations
Color information
#CDA88F (or 0xCDA88F) is known color: Cameo. HEX triplet: CD, A8 and 8F. RGB value is (205,168,143). Sum of RGB (Red+Green+Blue) = 205+168+143=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA88F is #325770. Grayscale: #B0B0B0. Windows color (decimal): -3299185 or 9414861. OLE color: 9414861.
HSL color Cylindrical-coordinate representation of color #CDA88F: hue angle of 24.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA88F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 143 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.20 |
| HSL | 24.19º | 0.38% | 0.68% | - |
| HSV(B) | 24.19º | 0.3% | 0.8% | - |
| XYZ | 44.14 | 42.97 | 31.95 | - |
| YUV | 176.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 143 | 0 | 0.18 | 0.30 | 0.20 | 24.19 | 0.38 | 0.68 |
| Hex | CD | A8 | 8F | 0 | 12 | 1E | 14 | 18 | 26 | 44 |
| Octal | 315 | 250 | 217 | 0 | 22 | 36 | 24 | 30 | 46 | 104 |
| Binary | 11001101 | 10101000 | 10001111 | 0 | 10010 | 11110 | 10100 | 11000 | 100110 | 1000100 |
Color Harmonies of #CDA88F
Complementary color
Monochromatic Colors of #CDA88F
Black with #CDA88F
Text Example
Text Example
White with #CDA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA88F; }
p { color: rgb(205,168,143); }
H1.HeaderClassName
{
color: #CDA88F;
}
.AnyTagClassName
{
color: #CDA88F;
}
</style>
background-color css
<style>
a { background-color: #CDA88F; }
a { background-color: rgb(205,168,143); }
div.DivClassName
{
background-color: #CDA88F;
}
.BgClassName
{
background-color: #CDA88F;
}
</style>
border-color css
<style>
span { border-color: #CDA88F; }
span { border-color: rgb(205,168,143); }
td.TdClassName
{
border-color: #CDA88F;
}
.TagClassName
{
border-color: #CDA88F;
}
</style>