Shades of Cameo #D19C84
Tints of Cameo #D19C84
RGB
CMYK
RGB Variations
Color information
#D19C84 (or 0xD19C84) is known color: Cameo. HEX triplet: D1, 9C and 84. RGB value is (209,156,132). Sum of RGB (Red+Green+Blue) = 209+156+132=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C84 is #2E637B. Grayscale: #A9A9A9. Windows color (decimal): -3040124 or 8690897. OLE color: 8690897.
HSL color Cylindrical-coordinate representation of color #D19C84: hue angle of 18.7º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19C84 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 132 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.18 |
| HSL | 18.7º | 0.46% | 0.67% | - |
| HSV(B) | 18.7º | 0.37% | 0.82% | - |
| XYZ | 42.35 | 39 | 27.13 | - |
| YUV | 169.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 132 | 0 | 0.25 | 0.37 | 0.18 | 18.7 | 0.46 | 0.67 |
| Hex | D1 | 9C | 84 | 0 | 19 | 25 | 12 | 13 | 2E | 43 |
| Octal | 321 | 234 | 204 | 0 | 31 | 45 | 22 | 23 | 56 | 103 |
| Binary | 11010001 | 10011100 | 10000100 | 0 | 11001 | 100101 | 10010 | 10011 | 101110 | 1000011 |
Color Harmonies of #D19C84
Complementary color
Monochromatic Colors of #D19C84
Black with #D19C84
Text Example
Text Example
White with #D19C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C84; }
p { color: rgb(209,156,132); }
H1.HeaderClassName
{
color: #D19C84;
}
.AnyTagClassName
{
color: #D19C84;
}
</style>
background-color css
<style>
a { background-color: #D19C84; }
a { background-color: rgb(209,156,132); }
div.DivClassName
{
background-color: #D19C84;
}
.BgClassName
{
background-color: #D19C84;
}
</style>
border-color css
<style>
span { border-color: #D19C84; }
span { border-color: rgb(209,156,132); }
td.TdClassName
{
border-color: #D19C84;
}
.TagClassName
{
border-color: #D19C84;
}
</style>