Shades of Cameo #CDA78F
Tints of Cameo #CDA78F
RGB
CMYK
RGB Variations
Color information
#CDA78F (or 0xCDA78F) is known color: Cameo. HEX triplet: CD, A7 and 8F. RGB value is (205,167,143). Sum of RGB (Red+Green+Blue) = 205+167+143=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA78F is #325870. Grayscale: #AFAFAF. Windows color (decimal): -3299441 or 9414605. OLE color: 9414605.
HSL color Cylindrical-coordinate representation of color #CDA78F: hue angle of 23.23º 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 #CDA78F is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 143 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.20 |
| HSL | 23.23º | 0.38% | 0.68% | - |
| HSV(B) | 23.23º | 0.3% | 0.8% | - |
| XYZ | 43.95 | 42.6 | 31.89 | - |
| YUV | 175.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 143 | 0 | 0.19 | 0.30 | 0.20 | 23.23 | 0.38 | 0.68 |
| Hex | CD | A7 | 8F | 0 | 13 | 1E | 14 | 17 | 26 | 44 |
| Octal | 315 | 247 | 217 | 0 | 23 | 36 | 24 | 27 | 46 | 104 |
| Binary | 11001101 | 10100111 | 10001111 | 0 | 10011 | 11110 | 10100 | 10111 | 100110 | 1000100 |
Color Harmonies of #CDA78F
Complementary color
Monochromatic Colors of #CDA78F
Black with #CDA78F
Text Example
Text Example
White with #CDA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA78F; }
p { color: rgb(205,167,143); }
H1.HeaderClassName
{
color: #CDA78F;
}
.AnyTagClassName
{
color: #CDA78F;
}
</style>
background-color css
<style>
a { background-color: #CDA78F; }
a { background-color: rgb(205,167,143); }
div.DivClassName
{
background-color: #CDA78F;
}
.BgClassName
{
background-color: #CDA78F;
}
</style>
border-color css
<style>
span { border-color: #CDA78F; }
span { border-color: rgb(205,167,143); }
td.TdClassName
{
border-color: #CDA78F;
}
.TagClassName
{
border-color: #CDA78F;
}
</style>