Html Css Color HEX #C79D8C Quicksand

📋 copy color: '#C79D8C'

red 199 ◦ green 157 ◦ blue 140

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

Shades of Quicksand #C79D8C

Tints of Quicksand #C79D8C

RGB

 RED value IS 199 (78.13% from 255) = 40.12%

 GREEN value IS 157 (61.72% from 255) = 31.65%

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

R = 40.12%
G = 31.65%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C79D8C (or 0xC79D8C) is known color: Quicksand. HEX triplet: C7, 9D and 8C. RGB value is (199,157,140). Sum of RGB (Red+Green+Blue) = 199+157+140=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D8C is #386273. Grayscale: #A7A7A7. Windows color (decimal): -3695220 or 9215431. OLE color: 9215431.

HSL color Cylindrical-coordinate representation of color #C79D8C: hue angle of 17.29º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C79D8C is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 157 140 -
CMYK 0 0.21 0.30 0.22
HSL 17.29º 0.35% 0.66% -
HSV(B) 17.29º 0.3% 0.78% -
XYZ 40.34 38.15 30.05 -
YUV 167.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 199 157 140 0 0.21 0.30 0.22 17.29 0.35 0.66
Hex C7 9D 8C 0 15 1E 16 11 23 42
Octal 307 235 214 0 25 36 26 21 43 102
Binary 11000111 10011101 10001100 0 10101 11110 10110 10001 100011 1000010

Color Harmonies of #C79D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79D8C

Black with #C79D8C

Text Example


Text Example

White with #C79D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79D8C; }

 p { color: rgb(199,157,140); }

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

background-color css

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

 a { background-color: rgb(199,157,140); }

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

border-color css

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

 span { border-color: rgb(199,157,140); }

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