Html Css Color HEX #D7A09A Rose

📋 copy color: '#D7A09A'

red 215 ◦ green 160 ◦ blue 154

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

Shades of Rose #D7A09A

Tints of Rose #D7A09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.11%

R = 40.64%
G = 30.25%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7A09A (or 0xD7A09A) is known color: Rose. HEX triplet: D7, A0 and 9A. RGB value is (215,160,154). Sum of RGB (Red+Green+Blue) = 215+160+154=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A09A is #285F65. Grayscale: #AFAFAF. Windows color (decimal): -2645862 or 10133719. OLE color: 10133719.

HSL color Cylindrical-coordinate representation of color #D7A09A: hue angle of 5.9º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7A09A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 154 -
CMYK 0 0.26 0.28 0.16
HSL 5.9º 0.43% 0.72% -
HSV(B) 5.9º 0.28% 0.84% -
XYZ 46.43 41.92 36.22 -
YUV 175.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 215 160 154 0 0.26 0.28 0.16 5.9 0.43 0.72
Hex D7 A0 9A 0 1A 1C 10 6 2B 48
Octal 327 240 232 0 32 34 20 6 53 110
Binary 11010111 10100000 10011010 0 11010 11100 10000 110 101011 1001000

Color Harmonies of #D7A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A09A

Black with #D7A09A

Text Example


Text Example

White with #D7A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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