#D3A193

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

Shades of Rose #D3A193

Tints of Rose #D3A193

Color information

#D3A193 (or 0xD3A193) is unknown color: approx Rose. HEX triplet: D3, A1 and 93. RGB value is (211,161,147). Sum of RGB (Red+Green+Blue) = 211+161+147=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A193 is #2C5E6C. Grayscale: #AEAEAE. Windows color (decimal): -2907757 or 9675219. OLE color: 9675219.

HSL color Cylindrical-coordinate representation of color #D3A193: hue angle of 13.13º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3A193 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB211161147-
CMYK00.240.300.17
HSL13.13º42.11%70.2%-
HSV(B)13.13º30.33%82.75%-
XYZ44.8841.4533.24-
YUV174.35112.56154.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=40.66%
G=31.02%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116114700.240.300.1713.1342.1170.2
HexD3A1930181E11d2a46
Octal32324122303036211552106
Binary110100111010000110010011011000111101000111011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A193; }

 p { color: rgb(211,161,147); }

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

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

 a { background-color: rgb(211,161,147); }

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

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

 span { border-color: rgb(211,161,147); }

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