Html Css Color HEX #D7A890 Rose

📋 copy color: '#D7A890'

red 215 ◦ green 168 ◦ blue 144

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

Shades of Rose #D7A890

Tints of Rose #D7A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.88%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 40.8%
G = 31.88%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7A890 (or 0xD7A890) is known color: Rose. HEX triplet: D7, A8 and 90. RGB value is (215,168,144). Sum of RGB (Red+Green+Blue) = 215+168+144=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A890 is #28576F. Grayscale: #B3B3B3. Windows color (decimal): -2643824 or 9480407. OLE color: 9480407.

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

Color convert

RGB 215 168 144 -
CMYK 0 0.22 0.33 0.16
HSL 20.28º 0.47% 0.7% -
HSV(B) 20.28º 0.33% 0.84% -
XYZ 47.06 44.47 32.49 -
YUV 179.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 215 168 144 0 0.22 0.33 0.16 20.28 0.47 0.7
Hex D7 A8 90 0 16 21 10 14 2F 46
Octal 327 250 220 0 26 41 20 24 57 106
Binary 11010111 10101000 10010000 0 10110 100001 10000 10100 101111 1000110

Color Harmonies of #D7A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A890

Black with #D7A890

Text Example


Text Example

White with #D7A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A890; }

 p { color: rgb(215,168,144); }

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

background-color css

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

 a { background-color: rgb(215,168,144); }

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

border-color css

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

 span { border-color: rgb(215,168,144); }

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