#D8A195

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

Shades of Rose #D8A195

Tints of Rose #D8A195

Color information

#D8A195 (or 0xD8A195) is unknown color: approx Rose. HEX triplet: D8, A1 and 95. RGB value is (216,161,149). Sum of RGB (Red+Green+Blue) = 216+161+149=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A195 is #275E6A. Grayscale: #B0B0B0. Windows color (decimal): -2580075 or 9806296. OLE color: 9806296.

HSL color Cylindrical-coordinate representation of color #D8A195: hue angle of 10.75º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8A195 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216161149-
CMYK00.250.310.15
HSL10.75º46.21%71.57%-
HSV(B)10.75º31.02%84.71%-
XYZ46.4942.2634.14-
YUV176.08112.72156.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=41.06%
G=30.61%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616114900.250.310.1510.7546.2171.57
HexD8A1950191FFb2e48
Octal33024122503137171356110
Binary11011000101000011001010101100111111111110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A195; }

 p { color: rgb(216,161,149); }

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

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

 a { background-color: rgb(216,161,149); }

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

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

 span { border-color: rgb(216,161,149); }

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