Shades of Cameo #CDA47F
Tints of Cameo #CDA47F
RGB
CMYK
RGB Variations
Color information
#CDA47F (or 0xCDA47F) is known color: Cameo. HEX triplet: CD, A4 and 7F. RGB value is (205,164,127). Sum of RGB (Red+Green+Blue) = 205+164+127=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA47F is #325B80. Grayscale: #ACACAC. Windows color (decimal): -3300225 or 8365261. OLE color: 8365261.
HSL color Cylindrical-coordinate representation of color #CDA47F: hue angle of 28.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDA47F is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 127 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.20 |
| HSL | 28.46º | 0.44% | 0.65% | - |
| HSV(B) | 28.46º | 0.38% | 0.8% | - |
| XYZ | 42.28 | 41.06 | 25.78 | - |
| YUV | 172.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 127 | 0 | 0.2 | 0.38 | 0.20 | 28.46 | 0.44 | 0.65 |
| Hex | CD | A4 | 7F | 0 | 14 | 26 | 14 | 1C | 2C | 41 |
| Octal | 315 | 244 | 177 | 0 | 24 | 46 | 24 | 34 | 54 | 101 |
| Binary | 11001101 | 10100100 | 1111111 | 0 | 10100 | 100110 | 10100 | 11100 | 101100 | 1000001 |
Color Harmonies of #CDA47F
Complementary color
Monochromatic Colors of #CDA47F
Black with #CDA47F
Text Example
Text Example
White with #CDA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA47F; }
p { color: rgb(205,164,127); }
H1.HeaderClassName
{
color: #CDA47F;
}
.AnyTagClassName
{
color: #CDA47F;
}
</style>
background-color css
<style>
a { background-color: #CDA47F; }
a { background-color: rgb(205,164,127); }
div.DivClassName
{
background-color: #CDA47F;
}
.BgClassName
{
background-color: #CDA47F;
}
</style>
border-color css
<style>
span { border-color: #CDA47F; }
span { border-color: rgb(205,164,127); }
td.TdClassName
{
border-color: #CDA47F;
}
.TagClassName
{
border-color: #CDA47F;
}
</style>