Html Css Color HEX #D7A08D Rose

📋 copy color: '#D7A08D'

red 215 ◦ green 160 ◦ blue 141

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

Shades of Rose #D7A08D

Tints of Rose #D7A08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 41.67%
G = 31.01%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7A08D (or 0xD7A08D) is known color: Rose. HEX triplet: D7, A0 and 8D. RGB value is (215,160,141). Sum of RGB (Red+Green+Blue) = 215+160+141=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A08D is #285F72. Grayscale: #AEAEAE. Windows color (decimal): -2645875 or 9281751. OLE color: 9281751.

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

Color convert

RGB 215 160 141 -
CMYK 0 0.26 0.34 0.16
HSL 15.41º 0.48% 0.7% -
HSV(B) 15.41º 0.34% 0.84% -
XYZ 45.4 41.51 30.82 -
YUV 174.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 215 160 141 0 0.26 0.34 0.16 15.41 0.48 0.7
Hex D7 A0 8D 0 1A 22 10 F 30 46
Octal 327 240 215 0 32 42 20 17 60 106
Binary 11010111 10100000 10001101 0 11010 100010 10000 1111 110000 1000110

Color Harmonies of #D7A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A08D

Black with #D7A08D

Text Example


Text Example

White with #D7A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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