Shades of Cameo #CDA27B
Tints of Cameo #CDA27B
RGB
CMYK
RGB Variations
Color information
#CDA27B (or 0xCDA27B) is known color: Cameo. HEX triplet: CD, A2 and 7B. RGB value is (205,162,123). Sum of RGB (Red+Green+Blue) = 205+162+123=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA27B is #325D84. Grayscale: #AAAAAA. Windows color (decimal): -3300741 or 8102605. OLE color: 8102605.
HSL color Cylindrical-coordinate representation of color #CDA27B: hue angle of 28.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA27B is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 123 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.20 |
| HSL | 28.54º | 0.45% | 0.64% | - |
| HSV(B) | 28.54º | 0.4% | 0.8% | - |
| XYZ | 41.67 | 40.25 | 24.31 | - |
| YUV | 170.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 123 | 0 | 0.21 | 0.4 | 0.20 | 28.54 | 0.45 | 0.64 |
| Hex | CD | A2 | 7B | 0 | 15 | 28 | 14 | 1D | 2D | 40 |
| Octal | 315 | 242 | 173 | 0 | 25 | 50 | 24 | 35 | 55 | 100 |
| Binary | 11001101 | 10100010 | 1111011 | 0 | 10101 | 101000 | 10100 | 11101 | 101101 | 1000000 |
Color Harmonies of #CDA27B
Complementary color
Monochromatic Colors of #CDA27B
Black with #CDA27B
Text Example
Text Example
White with #CDA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA27B; }
p { color: rgb(205,162,123); }
H1.HeaderClassName
{
color: #CDA27B;
}
.AnyTagClassName
{
color: #CDA27B;
}
</style>
background-color css
<style>
a { background-color: #CDA27B; }
a { background-color: rgb(205,162,123); }
div.DivClassName
{
background-color: #CDA27B;
}
.BgClassName
{
background-color: #CDA27B;
}
</style>
border-color css
<style>
span { border-color: #CDA27B; }
span { border-color: rgb(205,162,123); }
td.TdClassName
{
border-color: #CDA27B;
}
.TagClassName
{
border-color: #CDA27B;
}
</style>