#D9A192

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

Shades of Rose #D9A192

Tints of Rose #D9A192

Color information

#D9A192 (or 0xD9A192) is unknown color: approx Rose. HEX triplet: D9, A1 and 92. RGB value is (217,161,146). Sum of RGB (Red+Green+Blue) = 217+161+146=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A192 is #265E6D. Grayscale: #B0B0B0. Windows color (decimal): -2514542 or 9609689. OLE color: 9609689.

HSL color Cylindrical-coordinate representation of color #D9A192: hue angle of 12.68º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A192 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217161146-
CMYK00.260.330.15
HSL12.68º48.3%71.18%-
HSV(B)12.68º32.72%85.1%-
XYZ46.5542.3232.91-
YUV176.03111.05157.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=41.41%
G=30.73%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716114600.260.330.1512.6848.371.18
HexD9A19201A21Fd3047
Octal33124122203241171560107
Binary110110011010000110010010011010100001111111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A192; }

 p { color: rgb(217,161,146); }

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

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

 a { background-color: rgb(217,161,146); }

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

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

 span { border-color: rgb(217,161,146); }

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