Html Css Color HEX #D7A090 Rose

📋 copy color: '#D7A090'

red 215 ◦ green 160 ◦ blue 144

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

Shades of Rose #D7A090

Tints of Rose #D7A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

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

R = 41.43%
G = 30.83%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7A090 (or 0xD7A090) is known color: Rose. HEX triplet: D7, A0 and 90. RGB value is (215,160,144). Sum of RGB (Red+Green+Blue) = 215+160+144=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A090 is #285F6F. Grayscale: #AEAEAE. Windows color (decimal): -2645872 or 9478359. OLE color: 9478359.

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

Color convert

RGB 215 160 144 -
CMYK 0 0.26 0.33 0.16
HSL 13.52º 0.47% 0.7% -
HSV(B) 13.52º 0.33% 0.84% -
XYZ 45.63 41.6 32.01 -
YUV 174.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 215 160 144 0 0.26 0.33 0.16 13.52 0.47 0.7
Hex D7 A0 90 0 1A 21 10 E 2F 46
Octal 327 240 220 0 32 41 20 16 57 106
Binary 11010111 10100000 10010000 0 11010 100001 10000 1110 101111 1000110

Color Harmonies of #D7A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A090

Black with #D7A090

Text Example


Text Example

White with #D7A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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