Html Css Color HEX #C79386 Quicksand

📋 copy color: '#C79386'

red 199 ◦ green 147 ◦ blue 134

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

Shades of Quicksand #C79386

Tints of Quicksand #C79386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 41.46%
G = 30.63%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C79386 (or 0xC79386) is known color: Quicksand. HEX triplet: C7, 93 and 86. RGB value is (199,147,134). Sum of RGB (Red+Green+Blue) = 199+147+134=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C79386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79386 is #386C79. Grayscale: #A1A1A1. Windows color (decimal): -3697786 or 8819655. OLE color: 8819655.

HSL color Cylindrical-coordinate representation of color #C79386: hue angle of 12º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C79386 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 147 134 -
CMYK 0 0.26 0.33 0.22
HSL 12º 0.37% 0.65% -
HSV(B) 12º 0.33% 0.78% -
XYZ 38.29 34.73 27.24 -
YUV 161.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 199 147 134 0 0.26 0.33 0.22 12 0.37 0.65
Hex C7 93 86 0 1A 21 16 C 25 41
Octal 307 223 206 0 32 41 26 14 45 101
Binary 11000111 10010011 10000110 0 11010 100001 10110 1100 100101 1000001

Color Harmonies of #C79386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79386

Black with #C79386

Text Example


Text Example

White with #C79386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79386; }

 p { color: rgb(199,147,134); }

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

background-color css

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

 a { background-color: rgb(199,147,134); }

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

border-color css

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

 span { border-color: rgb(199,147,134); }

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