Shades of Cameo #D19C83
Tints of Cameo #D19C83
RGB
CMYK
RGB Variations
Color information
#D19C83 (or 0xD19C83) is known color: Cameo. HEX triplet: D1, 9C and 83. RGB value is (209,156,131). Sum of RGB (Red+Green+Blue) = 209+156+131=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C83 is #2E637C. Grayscale: #A9A9A9. Windows color (decimal): -3040125 or 8625361. OLE color: 8625361.
HSL color Cylindrical-coordinate representation of color #D19C83: hue angle of 19.23º 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 #D19C83 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 131 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.18 |
| HSL | 19.23º | 0.46% | 0.67% | - |
| HSV(B) | 19.23º | 0.37% | 0.82% | - |
| XYZ | 42.28 | 38.97 | 26.77 | - |
| YUV | 169 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 131 | 0 | 0.25 | 0.37 | 0.18 | 19.23 | 0.46 | 0.67 |
| Hex | D1 | 9C | 83 | 0 | 19 | 25 | 12 | 13 | 2E | 43 |
| Octal | 321 | 234 | 203 | 0 | 31 | 45 | 22 | 23 | 56 | 103 |
| Binary | 11010001 | 10011100 | 10000011 | 0 | 11001 | 100101 | 10010 | 10011 | 101110 | 1000011 |
Color Harmonies of #D19C83
Complementary color
Monochromatic Colors of #D19C83
Black with #D19C83
Text Example
Text Example
White with #D19C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C83; }
p { color: rgb(209,156,131); }
H1.HeaderClassName
{
color: #D19C83;
}
.AnyTagClassName
{
color: #D19C83;
}
</style>
background-color css
<style>
a { background-color: #D19C83; }
a { background-color: rgb(209,156,131); }
div.DivClassName
{
background-color: #D19C83;
}
.BgClassName
{
background-color: #D19C83;
}
</style>
border-color css
<style>
span { border-color: #D19C83; }
span { border-color: rgb(209,156,131); }
td.TdClassName
{
border-color: #D19C83;
}
.TagClassName
{
border-color: #D19C83;
}
</style>