Shades of Cameo #CDA07B
Tints of Cameo #CDA07B
RGB
CMYK
RGB Variations
Color information
#CDA07B (or 0xCDA07B) is known color: Cameo. HEX triplet: CD, A0 and 7B. RGB value is (205,160,123). Sum of RGB (Red+Green+Blue) = 205+160+123=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA07B is #325F84. Grayscale: #A9A9A9. Windows color (decimal): -3301253 or 8102093. OLE color: 8102093.
HSL color Cylindrical-coordinate representation of color #CDA07B: hue angle of 27.07º 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 #CDA07B is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 123 | - |
| CMYK | 0 | 0.22 | 0.4 | 0.20 |
| HSL | 27.07º | 0.45% | 0.64% | - |
| HSV(B) | 27.07º | 0.4% | 0.8% | - |
| XYZ | 41.32 | 39.55 | 24.2 | - |
| YUV | 169.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 123 | 0 | 0.22 | 0.4 | 0.20 | 27.07 | 0.45 | 0.64 |
| Hex | CD | A0 | 7B | 0 | 16 | 28 | 14 | 1B | 2D | 40 |
| Octal | 315 | 240 | 173 | 0 | 26 | 50 | 24 | 33 | 55 | 100 |
| Binary | 11001101 | 10100000 | 1111011 | 0 | 10110 | 101000 | 10100 | 11011 | 101101 | 1000000 |
Color Harmonies of #CDA07B
Complementary color
Monochromatic Colors of #CDA07B
Black with #CDA07B
Text Example
Text Example
White with #CDA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA07B; }
p { color: rgb(205,160,123); }
H1.HeaderClassName
{
color: #CDA07B;
}
.AnyTagClassName
{
color: #CDA07B;
}
</style>
background-color css
<style>
a { background-color: #CDA07B; }
a { background-color: rgb(205,160,123); }
div.DivClassName
{
background-color: #CDA07B;
}
.BgClassName
{
background-color: #CDA07B;
}
</style>
border-color css
<style>
span { border-color: #CDA07B; }
span { border-color: rgb(205,160,123); }
td.TdClassName
{
border-color: #CDA07B;
}
.TagClassName
{
border-color: #CDA07B;
}
</style>