Html Css Color HEX #D7A197 Rose

📋 copy color: '#D7A197'

red 215 ◦ green 161 ◦ blue 151

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

Shades of Rose #D7A197

Tints of Rose #D7A197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.65%

R = 40.8%
G = 30.55%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7A197 (or 0xD7A197) is known color: Rose. HEX triplet: D7, A1 and 97. RGB value is (215,161,151). Sum of RGB (Red+Green+Blue) = 215+161+151=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A197 is #285E68. Grayscale: #B0B0B0. Windows color (decimal): -2645609 or 9937367. OLE color: 9937367.

HSL color Cylindrical-coordinate representation of color #D7A197: hue angle of 9.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7A197 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 161 151 -
CMYK 0 0.25 0.30 0.16
HSL 9.38º 0.44% 0.72% -
HSV(B) 9.38º 0.3% 0.84% -
XYZ 46.36 42.17 34.97 -
YUV 176.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 215 161 151 0 0.25 0.30 0.16 9.38 0.44 0.72
Hex D7 A1 97 0 19 1E 10 9 2C 48
Octal 327 241 227 0 31 36 20 11 54 110
Binary 11010111 10100001 10010111 0 11001 11110 10000 1001 101100 1001000

Color Harmonies of #D7A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A197

Black with #D7A197

Text Example


Text Example

White with #D7A197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A197; }

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

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

background-color css

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

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

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

border-color css

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

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

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