Shades of Cameo #CDA083
Tints of Cameo #CDA083
RGB
CMYK
RGB Variations
Color information
#CDA083 (or 0xCDA083) is known color: Cameo. HEX triplet: CD, A0 and 83. RGB value is (205,160,131). Sum of RGB (Red+Green+Blue) = 205+160+131=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA083 is #325F7C. Grayscale: #AAAAAA. Windows color (decimal): -3301245 or 8626381. OLE color: 8626381.
HSL color Cylindrical-coordinate representation of color #CDA083: hue angle of 23.51º degrees, saturation: 0.43, 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 #CDA083 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 131 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.20 |
| HSL | 23.51º | 0.43% | 0.66% | - |
| HSV(B) | 23.51º | 0.36% | 0.8% | - |
| XYZ | 41.84 | 39.76 | 26.94 | - |
| YUV | 170.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 131 | 0 | 0.22 | 0.36 | 0.20 | 23.51 | 0.43 | 0.66 |
| Hex | CD | A0 | 83 | 0 | 16 | 24 | 14 | 18 | 2B | 42 |
| Octal | 315 | 240 | 203 | 0 | 26 | 44 | 24 | 30 | 53 | 102 |
| Binary | 11001101 | 10100000 | 10000011 | 0 | 10110 | 100100 | 10100 | 11000 | 101011 | 1000010 |
Color Harmonies of #CDA083
Complementary color
Monochromatic Colors of #CDA083
Black with #CDA083
Text Example
Text Example
White with #CDA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA083; }
p { color: rgb(205,160,131); }
H1.HeaderClassName
{
color: #CDA083;
}
.AnyTagClassName
{
color: #CDA083;
}
</style>
background-color css
<style>
a { background-color: #CDA083; }
a { background-color: rgb(205,160,131); }
div.DivClassName
{
background-color: #CDA083;
}
.BgClassName
{
background-color: #CDA083;
}
</style>
border-color css
<style>
span { border-color: #CDA083; }
span { border-color: rgb(205,160,131); }
td.TdClassName
{
border-color: #CDA083;
}
.TagClassName
{
border-color: #CDA083;
}
</style>