Html Css Color HEX #D7A296 Rose

📋 copy color: '#D7A296'

red 215 ◦ green 162 ◦ blue 150

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

Shades of Rose #D7A296

Tints of Rose #D7A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 40.8%
G = 30.74%
B = 28.46%

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

#D7A296 (or 0xD7A296) is known color: Rose. HEX triplet: D7, A2 and 96. RGB value is (215,162,150). Sum of RGB (Red+Green+Blue) = 215+162+150=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A296 is #285D69. Grayscale: #B0B0B0. Windows color (decimal): -2645354 or 9872087. OLE color: 9872087.

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

Color convert

RGB 215 162 150 -
CMYK 0 0.25 0.30 0.16
HSL 11.08º 0.45% 0.72% -
HSV(B) 11.08º 0.3% 0.84% -
XYZ 46.45 42.49 34.61 -
YUV 176.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 215 162 150 0 0.25 0.30 0.16 11.08 0.45 0.72
Hex D7 A2 96 0 19 1E 10 B 2D 48
Octal 327 242 226 0 31 36 20 13 55 110
Binary 11010111 10100010 10010110 0 11001 11110 10000 1011 101101 1001000

Color Harmonies of #D7A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A296

Black with #D7A296

Text Example


Text Example

White with #D7A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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