Shades of Cameo #D19C80
Tints of Cameo #D19C80
RGB
CMYK
RGB Variations
Color information
#D19C80 (or 0xD19C80) is known color: Cameo. HEX triplet: D1, 9C and 80. RGB value is (209,156,128). Sum of RGB (Red+Green+Blue) = 209+156+128=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C80 is #2E637F. Grayscale: #A8A8A8. Windows color (decimal): -3040128 or 8428753. OLE color: 8428753.
HSL color Cylindrical-coordinate representation of color #D19C80: hue angle of 20.74º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19C80 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 128 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.18 |
| HSL | 20.74º | 0.47% | 0.66% | - |
| HSV(B) | 20.74º | 0.39% | 0.82% | - |
| XYZ | 42.08 | 38.89 | 25.71 | - |
| YUV | 168.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 128 | 0 | 0.25 | 0.39 | 0.18 | 20.74 | 0.47 | 0.66 |
| Hex | D1 | 9C | 80 | 0 | 19 | 27 | 12 | 15 | 2F | 42 |
| Octal | 321 | 234 | 200 | 0 | 31 | 47 | 22 | 25 | 57 | 102 |
| Binary | 11010001 | 10011100 | 10000000 | 0 | 11001 | 100111 | 10010 | 10101 | 101111 | 1000010 |
Color Harmonies of #D19C80
Complementary color
Monochromatic Colors of #D19C80
Black with #D19C80
Text Example
Text Example
White with #D19C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C80; }
p { color: rgb(209,156,128); }
H1.HeaderClassName
{
color: #D19C80;
}
.AnyTagClassName
{
color: #D19C80;
}
</style>
background-color css
<style>
a { background-color: #D19C80; }
a { background-color: rgb(209,156,128); }
div.DivClassName
{
background-color: #D19C80;
}
.BgClassName
{
background-color: #D19C80;
}
</style>
border-color css
<style>
span { border-color: #D19C80; }
span { border-color: rgb(209,156,128); }
td.TdClassName
{
border-color: #D19C80;
}
.TagClassName
{
border-color: #D19C80;
}
</style>