Shades of Cameo #CDA47E
Tints of Cameo #CDA47E
RGB
CMYK
RGB Variations
Color information
#CDA47E (or 0xCDA47E) is known color: Cameo. HEX triplet: CD, A4 and 7E. RGB value is (205,164,126). Sum of RGB (Red+Green+Blue) = 205+164+126=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA47E is #325B81. Grayscale: #ACACAC. Windows color (decimal): -3300226 or 8299725. OLE color: 8299725.
HSL color Cylindrical-coordinate representation of color #CDA47E: hue angle of 28.86º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDA47E is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 126 | - |
| CMYK | 0 | 0.2 | 0.39 | 0.20 |
| HSL | 28.86º | 0.44% | 0.65% | - |
| HSV(B) | 28.86º | 0.39% | 0.8% | - |
| XYZ | 42.22 | 41.04 | 25.43 | - |
| YUV | 171.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 126 | 0 | 0.2 | 0.39 | 0.20 | 28.86 | 0.44 | 0.65 |
| Hex | CD | A4 | 7E | 0 | 14 | 27 | 14 | 1D | 2C | 41 |
| Octal | 315 | 244 | 176 | 0 | 24 | 47 | 24 | 35 | 54 | 101 |
| Binary | 11001101 | 10100100 | 1111110 | 0 | 10100 | 100111 | 10100 | 11101 | 101100 | 1000001 |
Color Harmonies of #CDA47E
Complementary color
Monochromatic Colors of #CDA47E
Black with #CDA47E
Text Example
Text Example
White with #CDA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA47E; }
p { color: rgb(205,164,126); }
H1.HeaderClassName
{
color: #CDA47E;
}
.AnyTagClassName
{
color: #CDA47E;
}
</style>
background-color css
<style>
a { background-color: #CDA47E; }
a { background-color: rgb(205,164,126); }
div.DivClassName
{
background-color: #CDA47E;
}
.BgClassName
{
background-color: #CDA47E;
}
</style>
border-color css
<style>
span { border-color: #CDA47E; }
span { border-color: rgb(205,164,126); }
td.TdClassName
{
border-color: #CDA47E;
}
.TagClassName
{
border-color: #CDA47E;
}
</style>