Html Css Color HEX #D7A191 Rose

📋 copy color: '#D7A191'

red 215 ◦ green 161 ◦ blue 145

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

Shades of Rose #D7A191

Tints of Rose #D7A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 41.27%
G = 30.9%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7A191 (or 0xD7A191) is known color: Rose. HEX triplet: D7, A1 and 91. RGB value is (215,161,145). Sum of RGB (Red+Green+Blue) = 215+161+145=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A191 is #285E6E. Grayscale: #AFAFAF. Windows color (decimal): -2645615 or 9544151. OLE color: 9544151.

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

Color convert

RGB 215 161 145 -
CMYK 0 0.25 0.33 0.16
HSL 13.71º 0.47% 0.71% -
HSV(B) 13.71º 0.33% 0.84% -
XYZ 45.88 41.98 32.47 -
YUV 175.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 215 161 145 0 0.25 0.33 0.16 13.71 0.47 0.71
Hex D7 A1 91 0 19 21 10 E 2F 47
Octal 327 241 221 0 31 41 20 16 57 107
Binary 11010111 10100001 10010001 0 11001 100001 10000 1110 101111 1000111

Color Harmonies of #D7A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A191

Black with #D7A191

Text Example


Text Example

White with #D7A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A191; }

 p { color: rgb(215,161,145); }

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

background-color css

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

 a { background-color: rgb(215,161,145); }

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

border-color css

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

 span { border-color: rgb(215,161,145); }

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