Shades of Rose #D49C8B
Tints of Rose #D49C8B
RGB
CMYK
RGB Variations
Color information
#D49C8B (or 0xD49C8B) is known color: Rose. HEX triplet: D4, 9C and 8B. RGB value is (212,156,139). Sum of RGB (Red+Green+Blue) = 212+156+139=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C8B is #2B6374. Grayscale: #AAAAAA. Windows color (decimal): -2843509 or 9149652. OLE color: 9149652.
HSL color Cylindrical-coordinate representation of color #D49C8B: hue angle of 13.97º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D49C8B is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 139 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.17 |
| HSL | 13.97º | 0.46% | 0.69% | - |
| HSV(B) | 13.97º | 0.34% | 0.83% | - |
| XYZ | 43.7 | 39.64 | 29.77 | - |
| YUV | 170.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 139 | 0 | 0.26 | 0.34 | 0.17 | 13.97 | 0.46 | 0.69 |
| Hex | D4 | 9C | 8B | 0 | 1A | 22 | 11 | E | 2E | 45 |
| Octal | 324 | 234 | 213 | 0 | 32 | 42 | 21 | 16 | 56 | 105 |
| Binary | 11010100 | 10011100 | 10001011 | 0 | 11010 | 100010 | 10001 | 1110 | 101110 | 1000101 |
Color Harmonies of #D49C8B
Complementary color
Monochromatic Colors of #D49C8B
Black with #D49C8B
Text Example
Text Example
White with #D49C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C8B; }
p { color: rgb(212,156,139); }
H1.HeaderClassName
{
color: #D49C8B;
}
.AnyTagClassName
{
color: #D49C8B;
}
</style>
background-color css
<style>
a { background-color: #D49C8B; }
a { background-color: rgb(212,156,139); }
div.DivClassName
{
background-color: #D49C8B;
}
.BgClassName
{
background-color: #D49C8B;
}
</style>
border-color css
<style>
span { border-color: #D49C8B; }
span { border-color: rgb(212,156,139); }
td.TdClassName
{
border-color: #D49C8B;
}
.TagClassName
{
border-color: #D49C8B;
}
</style>