#D49E92

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

Shades of Rose #D49E92

Tints of Rose #D49E92

Color information

#D49E92 (or 0xD49E92) is unknown color: approx Rose. HEX triplet: D4, 9E and 92. RGB value is (212,158,146). Sum of RGB (Red+Green+Blue) = 212+158+146=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E92 is #2B616D. Grayscale: #ACACAC. Windows color (decimal): -2842990 or 9608916. OLE color: 9608916.

HSL color Cylindrical-coordinate representation of color #D49E92: hue angle of 10.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49E92 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212158146-
CMYK00.250.310.17
HSL10.91º43.42%70.2%-
HSV(B)10.91º31.13%83.14%-
XYZ44.5740.5332.67-
YUV172.78112.89155.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=41.09%
G=30.62%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215814600.250.310.1710.9143.4270.2
HexD49E920191F11b2b46
Octal32423622203137211353106
Binary110101001001111010010010011001111111000110111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E92; }

 p { color: rgb(212,158,146); }

 H1.HeaderClassName
 {
   color: #D49E92;
 }
 .AnyTagClassName
 {
   color: #D49E92;
 }
</style>
background-color css

<style>
 a { background-color: #D49E92; }

 a { background-color: rgb(212,158,146); }

 div.DivClassName
 {
   background-color: #D49E92;
 }
 .BgClassName
 {
   background-color: #D49E92;
 }
</style>
border-color css

<style>
 span { border-color: #D49E92; }

 span { border-color: rgb(212,158,146); }

 td.TdClassName
 {
   border-color: #D49E92;
 }
 .TagClassName
 {
   border-color: #D49E92;
 }
</style>