Shades of Cameo #CDA78B
Tints of Cameo #CDA78B
RGB
CMYK
RGB Variations
Color information
#CDA78B (or 0xCDA78B) is known color: Cameo. HEX triplet: CD, A7 and 8B. RGB value is (205,167,139). Sum of RGB (Red+Green+Blue) = 205+167+139=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA78B is #325874. Grayscale: #AFAFAF. Windows color (decimal): -3299445 or 9152461. OLE color: 9152461.
HSL color Cylindrical-coordinate representation of color #CDA78B: hue angle of 25.45º 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 #CDA78B is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 139 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.20 |
| HSL | 25.45º | 0.4% | 0.67% | - |
| HSV(B) | 25.45º | 0.32% | 0.8% | - |
| XYZ | 43.66 | 42.48 | 30.32 | - |
| YUV | 175.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 139 | 0 | 0.19 | 0.32 | 0.20 | 25.45 | 0.4 | 0.67 |
| Hex | CD | A7 | 8B | 0 | 13 | 20 | 14 | 19 | 28 | 43 |
| Octal | 315 | 247 | 213 | 0 | 23 | 40 | 24 | 31 | 50 | 103 |
| Binary | 11001101 | 10100111 | 10001011 | 0 | 10011 | 100000 | 10100 | 11001 | 101000 | 1000011 |
Color Harmonies of #CDA78B
Complementary color
Monochromatic Colors of #CDA78B
Black with #CDA78B
Text Example
Text Example
White with #CDA78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA78B; }
p { color: rgb(205,167,139); }
H1.HeaderClassName
{
color: #CDA78B;
}
.AnyTagClassName
{
color: #CDA78B;
}
</style>
background-color css
<style>
a { background-color: #CDA78B; }
a { background-color: rgb(205,167,139); }
div.DivClassName
{
background-color: #CDA78B;
}
.BgClassName
{
background-color: #CDA78B;
}
</style>
border-color css
<style>
span { border-color: #CDA78B; }
span { border-color: rgb(205,167,139); }
td.TdClassName
{
border-color: #CDA78B;
}
.TagClassName
{
border-color: #CDA78B;
}
</style>