Shades of Rose #D0A693
Tints of Rose #D0A693
RGB
CMYK
RGB Variations
Color information
#D0A693 (or 0xD0A693) is known color: Rose. HEX triplet: D0, A6 and 93. RGB value is (208,166,147). Sum of RGB (Red+Green+Blue) = 208+166+147=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A693 is #2F596C. Grayscale: #B0B0B0. Windows color (decimal): -3103085 or 9676496. OLE color: 9676496.
HSL color Cylindrical-coordinate representation of color #D0A693: hue angle of 18.69º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0A693 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 147 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.18 |
| HSL | 18.69º | 0.39% | 0.7% | - |
| HSV(B) | 18.69º | 0.29% | 0.82% | - |
| XYZ | 44.92 | 42.79 | 33.5 | - |
| YUV | 176.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 147 | 0 | 0.20 | 0.29 | 0.18 | 18.69 | 0.39 | 0.7 |
| Hex | D0 | A6 | 93 | 0 | 14 | 1D | 12 | 13 | 27 | 46 |
| Octal | 320 | 246 | 223 | 0 | 24 | 35 | 22 | 23 | 47 | 106 |
| Binary | 11010000 | 10100110 | 10010011 | 0 | 10100 | 11101 | 10010 | 10011 | 100111 | 1000110 |
Color Harmonies of #D0A693
Complementary color
Monochromatic Colors of #D0A693
Black with #D0A693
Text Example
Text Example
White with #D0A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A693; }
p { color: rgb(208,166,147); }
H1.HeaderClassName
{
color: #D0A693;
}
.AnyTagClassName
{
color: #D0A693;
}
</style>
background-color css
<style>
a { background-color: #D0A693; }
a { background-color: rgb(208,166,147); }
div.DivClassName
{
background-color: #D0A693;
}
.BgClassName
{
background-color: #D0A693;
}
</style>
border-color css
<style>
span { border-color: #D0A693; }
span { border-color: rgb(208,166,147); }
td.TdClassName
{
border-color: #D0A693;
}
.TagClassName
{
border-color: #D0A693;
}
</style>