Html Css Color HEX #C79680 Quicksand

📋 copy color: '#C79680'

red 199 ◦ green 150 ◦ blue 128

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

Shades of Quicksand #C79680

Tints of Quicksand #C79680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 128 (50.39% from 255) = 26.83%

R = 41.72%
G = 31.45%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C79680 (or 0xC79680) is known color: Quicksand. HEX triplet: C7, 96 and 80. RGB value is (199,150,128). Sum of RGB (Red+Green+Blue) = 199+150+128=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C79680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79680 is #38697F. Grayscale: #A2A2A2. Windows color (decimal): -3697024 or 8427207. OLE color: 8427207.

HSL color Cylindrical-coordinate representation of color #C79680: hue angle of 18.59º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C79680 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 128 -
CMYK 0 0.25 0.36 0.22
HSL 18.59º 0.39% 0.64% -
HSV(B) 18.59º 0.36% 0.78% -
XYZ 38.36 35.51 25.26 -
YUV 162.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 199 150 128 0 0.25 0.36 0.22 18.59 0.39 0.64
Hex C7 96 80 0 19 24 16 13 27 40
Octal 307 226 200 0 31 44 26 23 47 100
Binary 11000111 10010110 10000000 0 11001 100100 10110 10011 100111 1000000

Color Harmonies of #C79680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79680

Black with #C79680

Text Example


Text Example

White with #C79680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79680; }

 p { color: rgb(199,150,128); }

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

background-color css

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

 a { background-color: rgb(199,150,128); }

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

border-color css

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

 span { border-color: rgb(199,150,128); }

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