Shades of Cameo #CDA990
Tints of Cameo #CDA990
RGB
CMYK
RGB Variations
Color information
#CDA990 (or 0xCDA990) is known color: Cameo. HEX triplet: CD, A9 and 90. RGB value is (205,169,144). Sum of RGB (Red+Green+Blue) = 205+169+144=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA990 is #32566F. Grayscale: #B1B1B1. Windows color (decimal): -3298928 or 9480653. OLE color: 9480653.
HSL color Cylindrical-coordinate representation of color #CDA990: hue angle of 24.59º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA990 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 144 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.20 |
| HSL | 24.59º | 0.38% | 0.68% | - |
| HSV(B) | 24.59º | 0.3% | 0.8% | - |
| XYZ | 44.4 | 43.37 | 32.42 | - |
| YUV | 176.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 144 | 0 | 0.18 | 0.30 | 0.20 | 24.59 | 0.38 | 0.68 |
| Hex | CD | A9 | 90 | 0 | 12 | 1E | 14 | 19 | 26 | 44 |
| Octal | 315 | 251 | 220 | 0 | 22 | 36 | 24 | 31 | 46 | 104 |
| Binary | 11001101 | 10101001 | 10010000 | 0 | 10010 | 11110 | 10100 | 11001 | 100110 | 1000100 |
Color Harmonies of #CDA990
Complementary color
Monochromatic Colors of #CDA990
Black with #CDA990
Text Example
Text Example
White with #CDA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA990; }
p { color: rgb(205,169,144); }
H1.HeaderClassName
{
color: #CDA990;
}
.AnyTagClassName
{
color: #CDA990;
}
</style>
background-color css
<style>
a { background-color: #CDA990; }
a { background-color: rgb(205,169,144); }
div.DivClassName
{
background-color: #CDA990;
}
.BgClassName
{
background-color: #CDA990;
}
</style>
border-color css
<style>
span { border-color: #CDA990; }
span { border-color: rgb(205,169,144); }
td.TdClassName
{
border-color: #CDA990;
}
.TagClassName
{
border-color: #CDA990;
}
</style>