#D1A598

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

Shades of Rose #D1A598

Tints of Rose #D1A598

Color information

#D1A598 (or 0xD1A598) is unknown color: approx Rose. HEX triplet: D1, A5 and 98. RGB value is (209,165,152). Sum of RGB (Red+Green+Blue) = 209+165+152=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A598 is #2E5A67. Grayscale: #B0B0B0. Windows color (decimal): -3037800 or 10003921. OLE color: 10003921.

HSL color Cylindrical-coordinate representation of color #D1A598: hue angle of 13.68º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1A598 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB209165152-
CMYK00.210.270.18
HSL13.68º38.26%70.78%-
HSV(B)13.68º27.27%81.96%-
XYZ45.4242.7335.56-
YUV176.67114.08151.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=39.73%
G=31.37%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916515200.210.270.1813.6838.2670.78
HexD1A5980151B12e2647
Octal32124523002533221646107
Binary110100011010010110011000010101110111001011101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A598; }

 p { color: rgb(209,165,152); }

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

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

 a { background-color: rgb(209,165,152); }

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

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

 span { border-color: rgb(209,165,152); }

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