Html Css Color HEX #C79580 Quicksand

📋 copy color: '#C79580'

red 199 ◦ green 149 ◦ blue 128

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

Shades of Quicksand #C79580

Tints of Quicksand #C79580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

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

R = 41.81%
G = 31.3%
B = 26.89%

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

#C79580 (or 0xC79580) is known color: Quicksand. HEX triplet: C7, 95 and 80. RGB value is (199,149,128). Sum of RGB (Red+Green+Blue) = 199+149+128=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C79580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79580 is #386A7F. Grayscale: #A1A1A1. Windows color (decimal): -3697280 or 8426951. OLE color: 8426951.

HSL color Cylindrical-coordinate representation of color #C79580: hue angle of 17.75º 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 #C79580 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 128 -
CMYK 0 0.25 0.36 0.22
HSL 17.75º 0.39% 0.64% -
HSV(B) 17.75º 0.36% 0.78% -
XYZ 38.2 35.2 25.2 -
YUV 161.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 199 149 128 0 0.25 0.36 0.22 17.75 0.39 0.64
Hex C7 95 80 0 19 24 16 12 27 40
Octal 307 225 200 0 31 44 26 22 47 100
Binary 11000111 10010101 10000000 0 11001 100100 10110 10010 100111 1000000

Color Harmonies of #C79580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79580

Black with #C79580

Text Example


Text Example

White with #C79580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79580; }

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

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

background-color css

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

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

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

border-color css

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

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

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