Shades of Cameo #CDA27E
Tints of Cameo #CDA27E
RGB
CMYK
RGB Variations
Color information
#CDA27E (or 0xCDA27E) is known color: Cameo. HEX triplet: CD, A2 and 7E. RGB value is (205,162,126). Sum of RGB (Red+Green+Blue) = 205+162+126=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA27E is #325D81. Grayscale: #AAAAAA. Windows color (decimal): -3300738 or 8299213. OLE color: 8299213.
HSL color Cylindrical-coordinate representation of color #CDA27E: hue angle of 27.34º 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 #CDA27E is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 126 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.20 |
| HSL | 27.34º | 0.44% | 0.65% | - |
| HSV(B) | 27.34º | 0.39% | 0.8% | - |
| XYZ | 41.86 | 40.33 | 25.32 | - |
| YUV | 170.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 126 | 0 | 0.21 | 0.39 | 0.20 | 27.34 | 0.44 | 0.65 |
| Hex | CD | A2 | 7E | 0 | 15 | 27 | 14 | 1B | 2C | 41 |
| Octal | 315 | 242 | 176 | 0 | 25 | 47 | 24 | 33 | 54 | 101 |
| Binary | 11001101 | 10100010 | 1111110 | 0 | 10101 | 100111 | 10100 | 11011 | 101100 | 1000001 |
Color Harmonies of #CDA27E
Complementary color
Monochromatic Colors of #CDA27E
Black with #CDA27E
Text Example
Text Example
White with #CDA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA27E; }
p { color: rgb(205,162,126); }
H1.HeaderClassName
{
color: #CDA27E;
}
.AnyTagClassName
{
color: #CDA27E;
}
</style>
background-color css
<style>
a { background-color: #CDA27E; }
a { background-color: rgb(205,162,126); }
div.DivClassName
{
background-color: #CDA27E;
}
.BgClassName
{
background-color: #CDA27E;
}
</style>
border-color css
<style>
span { border-color: #CDA27E; }
span { border-color: rgb(205,162,126); }
td.TdClassName
{
border-color: #CDA27E;
}
.TagClassName
{
border-color: #CDA27E;
}
</style>