Shades of Cameo #CDA284
Tints of Cameo #CDA284
RGB
CMYK
RGB Variations
Color information
#CDA284 (or 0xCDA284) is known color: Cameo. HEX triplet: CD, A2 and 84. RGB value is (205,162,132). Sum of RGB (Red+Green+Blue) = 205+162+132=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA284 is #325D7B. Grayscale: #ABABAB. Windows color (decimal): -3300732 or 8692429. OLE color: 8692429.
HSL color Cylindrical-coordinate representation of color #CDA284: hue angle of 24.66º 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 #CDA284 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 132 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.20 |
| HSL | 24.66º | 0.42% | 0.66% | - |
| HSV(B) | 24.66º | 0.36% | 0.8% | - |
| XYZ | 42.26 | 40.49 | 27.42 | - |
| YUV | 171.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 132 | 0 | 0.21 | 0.36 | 0.20 | 24.66 | 0.42 | 0.66 |
| Hex | CD | A2 | 84 | 0 | 15 | 24 | 14 | 19 | 2A | 42 |
| Octal | 315 | 242 | 204 | 0 | 25 | 44 | 24 | 31 | 52 | 102 |
| Binary | 11001101 | 10100010 | 10000100 | 0 | 10101 | 100100 | 10100 | 11001 | 101010 | 1000010 |
Color Harmonies of #CDA284
Complementary color
Monochromatic Colors of #CDA284
Black with #CDA284
Text Example
Text Example
White with #CDA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA284; }
p { color: rgb(205,162,132); }
H1.HeaderClassName
{
color: #CDA284;
}
.AnyTagClassName
{
color: #CDA284;
}
</style>
background-color css
<style>
a { background-color: #CDA284; }
a { background-color: rgb(205,162,132); }
div.DivClassName
{
background-color: #CDA284;
}
.BgClassName
{
background-color: #CDA284;
}
</style>
border-color css
<style>
span { border-color: #CDA284; }
span { border-color: rgb(205,162,132); }
td.TdClassName
{
border-color: #CDA284;
}
.TagClassName
{
border-color: #CDA284;
}
</style>