#D5AB98

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

Shades of Rose #D5AB98

Tints of Rose #D5AB98

Color information

#D5AB98 (or 0xD5AB98) is unknown color: approx Rose. HEX triplet: D5, AB and 98. RGB value is (213,171,152). Sum of RGB (Red+Green+Blue) = 213+171+152=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB98 is #2A5467. Grayscale: #B5B5B5. Windows color (decimal): -2774120 or 10005461. OLE color: 10005461.

HSL color Cylindrical-coordinate representation of color #D5AB98: hue angle of 18.69º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5AB98 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213171152-
CMYK00.200.290.16
HSL18.69º42.07%71.57%-
HSV(B)18.69º28.64%83.53%-
XYZ47.6745.5435.98-
YUV181.39111.41150.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 152 (59.77% from 255) = 28.36%
R=39.74%
G=31.90%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317115200.200.290.1618.6942.0771.57
HexD5AB980141D10132a48
Octal32525323002435202352110
Binary1101010110101011100110000101001110110000100111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB98; }

 p { color: rgb(213,171,152); }

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

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

 a { background-color: rgb(213,171,152); }

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

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

 span { border-color: rgb(213,171,152); }

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