#D6A191

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

Shades of Rose #D6A191

Tints of Rose #D6A191

Color information

#D6A191 (or 0xD6A191) is unknown color: approx Rose. HEX triplet: D6, A1 and 91. RGB value is (214,161,145). Sum of RGB (Red+Green+Blue) = 214+161+145=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A191 is #295E6E. Grayscale: #AFAFAF. Windows color (decimal): -2711151 or 9544150. OLE color: 9544150.

HSL color Cylindrical-coordinate representation of color #D6A191: hue angle of 13.91º degrees, saturation: 0.46, 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 #D6A191 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214161145-
CMYK00.250.320.16
HSL13.91º45.7%70.39%-
HSV(B)13.91º32.24%83.92%-
XYZ45.5941.8332.46-
YUV175.02111.06155.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=41.15%
G=30.96%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416114500.250.320.1613.9145.770.39
HexD6A1910192010e2e46
Octal32624122103140201656106
Binary1101011010100001100100010110011000001000011101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A191; }

 p { color: rgb(214,161,145); }

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

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

 a { background-color: rgb(214,161,145); }

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

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

 span { border-color: rgb(214,161,145); }

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