Shades of Cameo #D19E85
Tints of Cameo #D19E85
RGB
CMYK
RGB Variations
Color information
#D19E85 (or 0xD19E85) is known color: Cameo. HEX triplet: D1, 9E and 85. RGB value is (209,158,133). Sum of RGB (Red+Green+Blue) = 209+158+133=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E85 is #2E617A. Grayscale: #AAAAAA. Windows color (decimal): -3039611 or 8756945. OLE color: 8756945.
HSL color Cylindrical-coordinate representation of color #D19E85: hue angle of 19.74º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D19E85 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 133 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.18 |
| HSL | 19.74º | 0.45% | 0.67% | - |
| HSV(B) | 19.74º | 0.36% | 0.82% | - |
| XYZ | 42.76 | 39.7 | 27.6 | - |
| YUV | 170.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 133 | 0 | 0.24 | 0.36 | 0.18 | 19.74 | 0.45 | 0.67 |
| Hex | D1 | 9E | 85 | 0 | 18 | 24 | 12 | 14 | 2D | 43 |
| Octal | 321 | 236 | 205 | 0 | 30 | 44 | 22 | 24 | 55 | 103 |
| Binary | 11010001 | 10011110 | 10000101 | 0 | 11000 | 100100 | 10010 | 10100 | 101101 | 1000011 |
Color Harmonies of #D19E85
Complementary color
Monochromatic Colors of #D19E85
Black with #D19E85
Text Example
Text Example
White with #D19E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E85; }
p { color: rgb(209,158,133); }
H1.HeaderClassName
{
color: #D19E85;
}
.AnyTagClassName
{
color: #D19E85;
}
</style>
background-color css
<style>
a { background-color: #D19E85; }
a { background-color: rgb(209,158,133); }
div.DivClassName
{
background-color: #D19E85;
}
.BgClassName
{
background-color: #D19E85;
}
</style>
border-color css
<style>
span { border-color: #D19E85; }
span { border-color: rgb(209,158,133); }
td.TdClassName
{
border-color: #D19E85;
}
.TagClassName
{
border-color: #D19E85;
}
</style>