#D2A193

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

Shades of Rose #D2A193

Tints of Rose #D2A193

Color information

#D2A193 (or 0xD2A193) is unknown color: approx Rose. HEX triplet: D2, A1 and 93. RGB value is (210,161,147). Sum of RGB (Red+Green+Blue) = 210+161+147=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A193 is #2D5E6C. Grayscale: #AEAEAE. Windows color (decimal): -2973293 or 9675218. OLE color: 9675218.

HSL color Cylindrical-coordinate representation of color #D2A193: hue angle of 13.33º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A193 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210161147-
CMYK00.230.300.18
HSL13.33º41.18%70%-
HSV(B)13.33º30%82.35%-
XYZ44.5941.333.22-
YUV174.06112.73153.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=40.54%
G=31.08%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016114700.230.300.1813.3341.1870
HexD2A1930171E12d2946
Octal32224122302736221551106
Binary110100101010000110010011010111111101001011011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A193; }

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

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

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

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

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

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

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

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