#D7A098

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

Shades of Rose #D7A098

Tints of Rose #D7A098

Color information

#D7A098 (or 0xD7A098) is unknown color: approx Rose. HEX triplet: D7, A0 and 98. RGB value is (215,160,152). Sum of RGB (Red+Green+Blue) = 215+160+152=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A098 is #285F67. Grayscale: #AFAFAF. Windows color (decimal): -2645864 or 10002647. OLE color: 10002647.

HSL color Cylindrical-coordinate representation of color #D7A098: hue angle of 7.62º degrees, saturation: 0.44, 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 #D7A098 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB215160152-
CMYK00.260.290.16
HSL7.62º44.06%71.96%-
HSV(B)7.62º29.3%84.31%-
XYZ46.2641.8635.35-
YUV175.53114.72156.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.80%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=40.80%
G=30.36%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516015200.260.290.167.6244.0671.96
HexD7A09801A1D1082c48
Octal32724023003235201054110
Binary110101111010000010011000011010111011000010001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A098; }

 p { color: rgb(215,160,152); }

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

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

 a { background-color: rgb(215,160,152); }

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

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

 span { border-color: rgb(215,160,152); }

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