Shades of Cameo #CDA178
Tints of Cameo #CDA178
RGB
CMYK
RGB Variations
Color information
#CDA178 (or 0xCDA178) is known color: Cameo. HEX triplet: CD, A1 and 78. RGB value is (205,161,120). Sum of RGB (Red+Green+Blue) = 205+161+120=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA178 is #325E87. Grayscale: #A9A9A9. Windows color (decimal): -3301000 or 7905741. OLE color: 7905741.
HSL color Cylindrical-coordinate representation of color #CDA178: hue angle of 28.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA178 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 120 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.20 |
| HSL | 28.94º | 0.46% | 0.64% | - |
| HSV(B) | 28.94º | 0.41% | 0.8% | - |
| XYZ | 41.31 | 39.82 | 23.28 | - |
| YUV | 169.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 120 | 0 | 0.21 | 0.41 | 0.20 | 28.94 | 0.46 | 0.64 |
| Hex | CD | A1 | 78 | 0 | 15 | 29 | 14 | 1D | 2E | 40 |
| Octal | 315 | 241 | 170 | 0 | 25 | 51 | 24 | 35 | 56 | 100 |
| Binary | 11001101 | 10100001 | 1111000 | 0 | 10101 | 101001 | 10100 | 11101 | 101110 | 1000000 |
Color Harmonies of #CDA178
Complementary color
Monochromatic Colors of #CDA178
Black with #CDA178
Text Example
Text Example
White with #CDA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA178; }
p { color: rgb(205,161,120); }
H1.HeaderClassName
{
color: #CDA178;
}
.AnyTagClassName
{
color: #CDA178;
}
</style>
background-color css
<style>
a { background-color: #CDA178; }
a { background-color: rgb(205,161,120); }
div.DivClassName
{
background-color: #CDA178;
}
.BgClassName
{
background-color: #CDA178;
}
</style>
border-color css
<style>
span { border-color: #CDA178; }
span { border-color: rgb(205,161,120); }
td.TdClassName
{
border-color: #CDA178;
}
.TagClassName
{
border-color: #CDA178;
}
</style>