#D5A092

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

Shades of Rose #D5A092

Tints of Rose #D5A092

Color information

#D5A092 (or 0xD5A092) is unknown color: approx Rose. HEX triplet: D5, A0 and 92. RGB value is (213,160,146). Sum of RGB (Red+Green+Blue) = 213+160+146=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A092 is #2A5F6D. Grayscale: #AEAEAE. Windows color (decimal): -2776942 or 9609429. OLE color: 9609429.

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

Color convert

RGB213160146-
CMYK00.250.310.16
HSL12.54º44.37%70.39%-
HSV(B)12.54º31.46%83.53%-
XYZ45.241.3632.8-
YUV174.25112.06155.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=41.04%
G=30.83%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316014600.250.310.1612.5444.3770.39
HexD5A0920191F10d2c46
Octal32524022203137201554106
Binary110101011010000010010010011001111111000011011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A092; }

 p { color: rgb(213,160,146); }

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

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

 a { background-color: rgb(213,160,146); }

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

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

 span { border-color: rgb(213,160,146); }

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