Shades of Cameo #CDA184
Tints of Cameo #CDA184
RGB
CMYK
RGB Variations
Color information
#CDA184 (or 0xCDA184) is known color: Cameo. HEX triplet: CD, A1 and 84. RGB value is (205,161,132). Sum of RGB (Red+Green+Blue) = 205+161+132=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA184 is #325E7B. Grayscale: #ABABAB. Windows color (decimal): -3300988 or 8692173. OLE color: 8692173.
HSL color Cylindrical-coordinate representation of color #CDA184: hue angle of 23.84º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDA184 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 132 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.20 |
| HSL | 23.84º | 0.42% | 0.66% | - |
| HSV(B) | 23.84º | 0.36% | 0.8% | - |
| XYZ | 42.09 | 40.13 | 27.36 | - |
| YUV | 170.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 132 | 0 | 0.21 | 0.36 | 0.20 | 23.84 | 0.42 | 0.66 |
| Hex | CD | A1 | 84 | 0 | 15 | 24 | 14 | 18 | 2A | 42 |
| Octal | 315 | 241 | 204 | 0 | 25 | 44 | 24 | 30 | 52 | 102 |
| Binary | 11001101 | 10100001 | 10000100 | 0 | 10101 | 100100 | 10100 | 11000 | 101010 | 1000010 |
Color Harmonies of #CDA184
Complementary color
Monochromatic Colors of #CDA184
Black with #CDA184
Text Example
Text Example
White with #CDA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA184; }
p { color: rgb(205,161,132); }
H1.HeaderClassName
{
color: #CDA184;
}
.AnyTagClassName
{
color: #CDA184;
}
</style>
background-color css
<style>
a { background-color: #CDA184; }
a { background-color: rgb(205,161,132); }
div.DivClassName
{
background-color: #CDA184;
}
.BgClassName
{
background-color: #CDA184;
}
</style>
border-color css
<style>
span { border-color: #CDA184; }
span { border-color: rgb(205,161,132); }
td.TdClassName
{
border-color: #CDA184;
}
.TagClassName
{
border-color: #CDA184;
}
</style>