Html Css Color HEX #D7A095 Rose

📋 copy color: '#D7A095'

red 215 ◦ green 160 ◦ blue 149

#D7A095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #D7A095

Tints of Rose #D7A095

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

 GREEN value IS 160 (62.89% from 255) = 30.53%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 41.03%
G = 30.53%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7A095 (or 0xD7A095) is known color: Rose. HEX triplet: D7, A0 and 95. RGB value is (215,160,149). Sum of RGB (Red+Green+Blue) = 215+160+149=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A095 is #285F6A. Grayscale: #AFAFAF. Windows color (decimal): -2645867 or 9806039. OLE color: 9806039.

HSL color Cylindrical-coordinate representation of color #D7A095: hue angle of 10º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7A095 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 149 -
CMYK 0 0.26 0.31 0.16
HSL 10º 0.45% 0.71% -
HSV(B) 10º 0.31% 0.84% -
XYZ 46.02 41.76 34.07 -
YUV 175.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 215 160 149 0 0.26 0.31 0.16 10 0.45 0.71
Hex D7 A0 95 0 1A 1F 10 A 2D 47
Octal 327 240 225 0 32 37 20 12 55 107
Binary 11010111 10100000 10010101 0 11010 11111 10000 1010 101101 1000111

Color Harmonies of #D7A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A095

Black with #D7A095

Text Example


Text Example

White with #D7A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A095; }

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

 H1.HeaderClassName
 {
   color: #D7A095;
 }
 .AnyTagClassName
 {
   color: #D7A095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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