#D5A190

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

Shades of Rose #D5A190

Tints of Rose #D5A190

Color information

#D5A190 (or 0xD5A190) is unknown color: approx Rose. HEX triplet: D5, A1 and 90. RGB value is (213,161,144). Sum of RGB (Red+Green+Blue) = 213+161+144=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A190 is #2A5E6F. Grayscale: #AEAEAE. Windows color (decimal): -2776688 or 9478613. OLE color: 9478613.

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

Color convert

RGB213161144-
CMYK00.240.320.16
HSL14.78º45.1%70%-
HSV(B)14.78º32.39%83.53%-
XYZ45.2241.6532.04-
YUV174.61110.73155.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=41.12%
G=31.08%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316114400.240.320.1614.7845.170
HexD5A1900182010f2d46
Octal32524122003040201755106
Binary1101010110100001100100000110001000001000011111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A190; }

 p { color: rgb(213,161,144); }

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

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

 a { background-color: rgb(213,161,144); }

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

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

 span { border-color: rgb(213,161,144); }

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