Html Css Color HEX #D7A295 Rose

📋 copy color: '#D7A295'

red 215 ◦ green 162 ◦ blue 149

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

Shades of Rose #D7A295

Tints of Rose #D7A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

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

R = 40.87%
G = 30.8%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7A295 (or 0xD7A295) is known color: Rose. HEX triplet: D7, A2 and 95. RGB value is (215,162,149). Sum of RGB (Red+Green+Blue) = 215+162+149=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A295 is #285D6A. Grayscale: #B0B0B0. Windows color (decimal): -2645355 or 9806551. OLE color: 9806551.

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

Color convert

RGB 215 162 149 -
CMYK 0 0.25 0.31 0.16
HSL 11.82º 0.45% 0.71% -
HSV(B) 11.82º 0.31% 0.84% -
XYZ 46.37 42.46 34.18 -
YUV 176.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 215 162 149 0 0.25 0.31 0.16 11.82 0.45 0.71
Hex D7 A2 95 0 19 1F 10 C 2D 47
Octal 327 242 225 0 31 37 20 14 55 107
Binary 11010111 10100010 10010101 0 11001 11111 10000 1100 101101 1000111

Color Harmonies of #D7A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A295

Black with #D7A295

Text Example


Text Example

White with #D7A295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A295; }

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

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

background-color css

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

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

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

border-color css

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

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

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