Shades of Rose #D6A190
Tints of Rose #D6A190
RGB
CMYK
RGB Variations
Color information
#D6A190 (or 0xD6A190) is known color: Rose. HEX triplet: D6, A1 and 90. RGB value is (214,161,144). Sum of RGB (Red+Green+Blue) = 214+161+144=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A190 is #295E6F. Grayscale: #AFAFAF. Windows color (decimal): -2711152 or 9478614. OLE color: 9478614.
HSL color Cylindrical-coordinate representation of color #D6A190: hue angle of 14.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6A190 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 144 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.16 |
| HSL | 14.57º | 0.46% | 0.7% | - |
| HSV(B) | 14.57º | 0.33% | 0.84% | - |
| XYZ | 45.51 | 41.8 | 32.06 | - |
| YUV | 174.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 144 | 0 | 0.25 | 0.33 | 0.16 | 14.57 | 0.46 | 0.7 |
| Hex | D6 | A1 | 90 | 0 | 19 | 21 | 10 | F | 2E | 46 |
| Octal | 326 | 241 | 220 | 0 | 31 | 41 | 20 | 17 | 56 | 106 |
| Binary | 11010110 | 10100001 | 10010000 | 0 | 11001 | 100001 | 10000 | 1111 | 101110 | 1000110 |
Color Harmonies of #D6A190
Complementary color
Monochromatic Colors of #D6A190
Black with #D6A190
Text Example
Text Example
White with #D6A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A190; }
p { color: rgb(214,161,144); }
H1.HeaderClassName
{
color: #D6A190;
}
.AnyTagClassName
{
color: #D6A190;
}
</style>
background-color css
<style>
a { background-color: #D6A190; }
a { background-color: rgb(214,161,144); }
div.DivClassName
{
background-color: #D6A190;
}
.BgClassName
{
background-color: #D6A190;
}
</style>
border-color css
<style>
span { border-color: #D6A190; }
span { border-color: rgb(214,161,144); }
td.TdClassName
{
border-color: #D6A190;
}
.TagClassName
{
border-color: #D6A190;
}
</style>