Shades of Rose #D5A08A
Tints of Rose #D5A08A
RGB
CMYK
RGB Variations
Color information
#D5A08A (or 0xD5A08A) is known color: Rose. HEX triplet: D5, A0 and 8A. RGB value is (213,160,138). Sum of RGB (Red+Green+Blue) = 213+160+138=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A08A is #2A5F75. Grayscale: #ADADAD. Windows color (decimal): -2776950 or 9085141. OLE color: 9085141.
HSL color Cylindrical-coordinate representation of color #D5A08A: hue angle of 17.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A08A is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 138 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.16 |
| HSL | 17.6º | 0.47% | 0.69% | - |
| HSV(B) | 17.6º | 0.35% | 0.84% | - |
| XYZ | 44.6 | 41.12 | 29.63 | - |
| YUV | 173.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 138 | 0 | 0.25 | 0.35 | 0.16 | 17.6 | 0.47 | 0.69 |
| Hex | D5 | A0 | 8A | 0 | 19 | 23 | 10 | 12 | 2F | 45 |
| Octal | 325 | 240 | 212 | 0 | 31 | 43 | 20 | 22 | 57 | 105 |
| Binary | 11010101 | 10100000 | 10001010 | 0 | 11001 | 100011 | 10000 | 10010 | 101111 | 1000101 |
Color Harmonies of #D5A08A
Complementary color
Monochromatic Colors of #D5A08A
Black with #D5A08A
Text Example
Text Example
White with #D5A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A08A; }
p { color: rgb(213,160,138); }
H1.HeaderClassName
{
color: #D5A08A;
}
.AnyTagClassName
{
color: #D5A08A;
}
</style>
background-color css
<style>
a { background-color: #D5A08A; }
a { background-color: rgb(213,160,138); }
div.DivClassName
{
background-color: #D5A08A;
}
.BgClassName
{
background-color: #D5A08A;
}
</style>
border-color css
<style>
span { border-color: #D5A08A; }
span { border-color: rgb(213,160,138); }
td.TdClassName
{
border-color: #D5A08A;
}
.TagClassName
{
border-color: #D5A08A;
}
</style>