Shades of Cameo #D2A088
Tints of Cameo #D2A088
RGB
CMYK
RGB Variations
Color information
#D2A088 (or 0xD2A088) is known color: Cameo. HEX triplet: D2, A0 and 88. RGB value is (210,160,136). Sum of RGB (Red+Green+Blue) = 210+160+136=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A088 is #2D5F77. Grayscale: #ACACAC. Windows color (decimal): -2973560 or 8954066. OLE color: 8954066.
HSL color Cylindrical-coordinate representation of color #D2A088: hue angle of 19.46º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2A088 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 136 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.18 |
| HSL | 19.46º | 0.45% | 0.68% | - |
| HSV(B) | 19.46º | 0.35% | 0.82% | - |
| XYZ | 43.59 | 40.62 | 28.84 | - |
| YUV | 172.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 136 | 0 | 0.24 | 0.35 | 0.18 | 19.46 | 0.45 | 0.68 |
| Hex | D2 | A0 | 88 | 0 | 18 | 23 | 12 | 13 | 2D | 44 |
| Octal | 322 | 240 | 210 | 0 | 30 | 43 | 22 | 23 | 55 | 104 |
| Binary | 11010010 | 10100000 | 10001000 | 0 | 11000 | 100011 | 10010 | 10011 | 101101 | 1000100 |
Color Harmonies of #D2A088
Complementary color
Monochromatic Colors of #D2A088
Black with #D2A088
Text Example
Text Example
White with #D2A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A088; }
p { color: rgb(210,160,136); }
H1.HeaderClassName
{
color: #D2A088;
}
.AnyTagClassName
{
color: #D2A088;
}
</style>
background-color css
<style>
a { background-color: #D2A088; }
a { background-color: rgb(210,160,136); }
div.DivClassName
{
background-color: #D2A088;
}
.BgClassName
{
background-color: #D2A088;
}
</style>
border-color css
<style>
span { border-color: #D2A088; }
span { border-color: rgb(210,160,136); }
td.TdClassName
{
border-color: #D2A088;
}
.TagClassName
{
border-color: #D2A088;
}
</style>