Shades of Cameo #CDA78A
Tints of Cameo #CDA78A
RGB
CMYK
RGB Variations
Color information
#CDA78A (or 0xCDA78A) is known color: Cameo. HEX triplet: CD, A7 and 8A. RGB value is (205,167,138). Sum of RGB (Red+Green+Blue) = 205+167+138=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA78A is #325875. Grayscale: #AFAFAF. Windows color (decimal): -3299446 or 9086925. OLE color: 9086925.
HSL color Cylindrical-coordinate representation of color #CDA78A: hue angle of 25.97º 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 #CDA78A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 138 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.20 |
| HSL | 25.97º | 0.4% | 0.67% | - |
| HSV(B) | 25.97º | 0.33% | 0.8% | - |
| XYZ | 43.58 | 42.45 | 29.94 | - |
| YUV | 175.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 138 | 0 | 0.19 | 0.33 | 0.20 | 25.97 | 0.4 | 0.67 |
| Hex | CD | A7 | 8A | 0 | 13 | 21 | 14 | 1A | 28 | 43 |
| Octal | 315 | 247 | 212 | 0 | 23 | 41 | 24 | 32 | 50 | 103 |
| Binary | 11001101 | 10100111 | 10001010 | 0 | 10011 | 100001 | 10100 | 11010 | 101000 | 1000011 |
Color Harmonies of #CDA78A
Complementary color
Monochromatic Colors of #CDA78A
Black with #CDA78A
Text Example
Text Example
White with #CDA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA78A; }
p { color: rgb(205,167,138); }
H1.HeaderClassName
{
color: #CDA78A;
}
.AnyTagClassName
{
color: #CDA78A;
}
</style>
background-color css
<style>
a { background-color: #CDA78A; }
a { background-color: rgb(205,167,138); }
div.DivClassName
{
background-color: #CDA78A;
}
.BgClassName
{
background-color: #CDA78A;
}
</style>
border-color css
<style>
span { border-color: #CDA78A; }
span { border-color: rgb(205,167,138); }
td.TdClassName
{
border-color: #CDA78A;
}
.TagClassName
{
border-color: #CDA78A;
}
</style>