Html Css Color HEX #D79B8C Rose

📋 copy color: '#D79B8C'

red 215 ◦ green 155 ◦ blue 140

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

Shades of Rose #D79B8C

Tints of Rose #D79B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.39%

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 42.16%
G = 30.39%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D79B8C (or 0xD79B8C) is known color: Rose. HEX triplet: D7, 9B and 8C. RGB value is (215,155,140). Sum of RGB (Red+Green+Blue) = 215+155+140=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79B8C is #286473. Grayscale: #ABABAB. Windows color (decimal): -2647156 or 9214935. OLE color: 9214935.

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

Color convert

RGB 215 155 140 -
CMYK 0 0.28 0.35 0.16
HSL 12º 0.48% 0.7% -
HSV(B) 12º 0.35% 0.84% -
XYZ 44.48 39.78 30.15 -
YUV 171.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 215 155 140 0 0.28 0.35 0.16 12 0.48 0.7
Hex D7 9B 8C 0 1C 23 10 C 30 46
Octal 327 233 214 0 34 43 20 14 60 106
Binary 11010111 10011011 10001100 0 11100 100011 10000 1100 110000 1000110

Color Harmonies of #D79B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B8C

Black with #D79B8C

Text Example


Text Example

White with #D79B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B8C; }

 p { color: rgb(215,155,140); }

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

background-color css

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

 a { background-color: rgb(215,155,140); }

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

border-color css

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

 span { border-color: rgb(215,155,140); }

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