Html Css Color HEX #D8A095 Rose

📋 copy color: '#D8A095'

red 216 ◦ green 160 ◦ blue 149

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

Shades of Rose #D8A095

Tints of Rose #D8A095

RGB

 RED value IS 216 (84.77% from 255) = 41.14%

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

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

R = 41.14%
G = 30.48%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8A095 (or 0xD8A095) is known color: Rose. HEX triplet: D8, A0 and 95. RGB value is (216,160,149). Sum of RGB (Red+Green+Blue) = 216+160+149=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A095 is #275F6A. Grayscale: #AFAFAF. Windows color (decimal): -2580331 or 9806040. OLE color: 9806040.

HSL color Cylindrical-coordinate representation of color #D8A095: hue angle of 9.85º 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 #D8A095 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 149 -
CMYK 0 0.26 0.31 0.15
HSL 9.85º 0.46% 0.72% -
HSV(B) 9.85º 0.31% 0.85% -
XYZ 46.31 41.91 34.08 -
YUV 175.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 216 160 149 0 0.26 0.31 0.15 9.85 0.46 0.72
Hex D8 A0 95 0 1A 1F F A 2E 48
Octal 330 240 225 0 32 37 17 12 56 110
Binary 11011000 10100000 10010101 0 11010 11111 1111 1010 101110 1001000

Color Harmonies of #D8A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A095

Black with #D8A095

Text Example


Text Example

White with #D8A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A095; }

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

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

background-color css

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

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

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

border-color css

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

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

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