Html Css Color HEX #D7A098 Rose

📋 copy color: '#D7A098'

red 215 ◦ green 160 ◦ blue 152

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

Shades of Rose #D7A098

Tints of Rose #D7A098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 40.8%
G = 30.36%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D7A098 (or 0xD7A098) is known color: Rose. HEX triplet: D7, A0 and 98. RGB value is (215,160,152). Sum of RGB (Red+Green+Blue) = 215+160+152=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A098 is #285F67. Grayscale: #AFAFAF. Windows color (decimal): -2645864 or 10002647. OLE color: 10002647.

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

Color convert

RGB 215 160 152 -
CMYK 0 0.26 0.29 0.16
HSL 7.62º 0.44% 0.72% -
HSV(B) 7.62º 0.29% 0.84% -
XYZ 46.26 41.86 35.35 -
YUV 175.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 215 160 152 0 0.26 0.29 0.16 7.62 0.44 0.72
Hex D7 A0 98 0 1A 1D 10 8 2C 48
Octal 327 240 230 0 32 35 20 10 54 110
Binary 11010111 10100000 10011000 0 11010 11101 10000 1000 101100 1001000

Color Harmonies of #D7A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A098

Black with #D7A098

Text Example


Text Example

White with #D7A098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A098; }

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

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

background-color css

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

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

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

border-color css

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

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

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