Shades of Rose #D6A898
Tints of Rose #D6A898
RGB
CMYK
RGB Variations
Color information
#D6A898 (or 0xD6A898) is known color: Rose. HEX triplet: D6, A8 and 98. RGB value is (214,168,152). Sum of RGB (Red+Green+Blue) = 214+168+152=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A898 is #295767. Grayscale: #B4B4B4. Windows color (decimal): -2709352 or 10004694. OLE color: 10004694.
HSL color Cylindrical-coordinate representation of color #D6A898: hue angle of 15.48º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A898 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 152 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.16 |
| HSL | 15.48º | 0.43% | 0.72% | - |
| HSV(B) | 15.48º | 0.29% | 0.84% | - |
| XYZ | 47.4 | 44.57 | 35.81 | - |
| YUV | 179.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 152 | 0 | 0.21 | 0.29 | 0.16 | 15.48 | 0.43 | 0.72 |
| Hex | D6 | A8 | 98 | 0 | 15 | 1D | 10 | F | 2B | 48 |
| Octal | 326 | 250 | 230 | 0 | 25 | 35 | 20 | 17 | 53 | 110 |
| Binary | 11010110 | 10101000 | 10011000 | 0 | 10101 | 11101 | 10000 | 1111 | 101011 | 1001000 |
Color Harmonies of #D6A898
Complementary color
Monochromatic Colors of #D6A898
Black with #D6A898
Text Example
Text Example
White with #D6A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A898; }
p { color: rgb(214,168,152); }
H1.HeaderClassName
{
color: #D6A898;
}
.AnyTagClassName
{
color: #D6A898;
}
</style>
background-color css
<style>
a { background-color: #D6A898; }
a { background-color: rgb(214,168,152); }
div.DivClassName
{
background-color: #D6A898;
}
.BgClassName
{
background-color: #D6A898;
}
</style>
border-color css
<style>
span { border-color: #D6A898; }
span { border-color: rgb(214,168,152); }
td.TdClassName
{
border-color: #D6A898;
}
.TagClassName
{
border-color: #D6A898;
}
</style>