Html Css Color HEX #D79C8C Rose

📋 copy color: '#D79C8C'

red 215 ◦ green 156 ◦ blue 140

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

Shades of Rose #D79C8C

Tints of Rose #D79C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.53%

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

R = 42.07%
G = 30.53%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D79C8C (or 0xD79C8C) is known color: Rose. HEX triplet: D7, 9C and 8C. RGB value is (215,156,140). Sum of RGB (Red+Green+Blue) = 215+156+140=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79C8C is #286373. Grayscale: #ABABAB. Windows color (decimal): -2646900 or 9215191. OLE color: 9215191.

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

Color convert

RGB 215 156 140 -
CMYK 0 0.27 0.35 0.16
HSL 12.8º 0.48% 0.7% -
HSV(B) 12.8º 0.35% 0.84% -
XYZ 44.65 40.12 30.2 -
YUV 171.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 215 156 140 0 0.27 0.35 0.16 12.8 0.48 0.7
Hex D7 9C 8C 0 1B 23 10 D 30 46
Octal 327 234 214 0 33 43 20 15 60 106
Binary 11010111 10011100 10001100 0 11011 100011 10000 1101 110000 1000110

Color Harmonies of #D79C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C8C

Black with #D79C8C

Text Example


Text Example

White with #D79C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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