#D49C8B

Color #D49C8B Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D49C8B

Tints of Rose #D49C8B

Color information

#D49C8B (or 0xD49C8B) is unknown color: approx 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

RGB212156139-
CMYK00.260.340.17
HSL13.97º45.91%68.82%-
HSV(B)13.97º34.43%83.14%-
XYZ43.739.6429.77-
YUV170.81110.05157.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=41.81%
G=30.77%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215613900.260.340.1713.9745.9168.82
HexD49C8B01A2211e2e45
Octal32423421303242211656105
Binary1101010010011100100010110110101000101000111101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>