Html Css Color HEX #C79B85 Quicksand

📋 copy color: '#C79B85'

red 199 ◦ green 155 ◦ blue 133

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

Shades of Quicksand #C79B85

Tints of Quicksand #C79B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 40.86%
G = 31.83%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C79B85 (or 0xC79B85) is known color: Quicksand. HEX triplet: C7, 9B and 85. RGB value is (199,155,133). Sum of RGB (Red+Green+Blue) = 199+155+133=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79B85 is #38647A. Grayscale: #A5A5A5. Windows color (decimal): -3695739 or 8756167. OLE color: 8756167.

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

Color convert

RGB 199 155 133 -
CMYK 0 0.22 0.33 0.22
HSL 20º 0.37% 0.65% -
HSV(B) 20º 0.33% 0.78% -
XYZ 39.51 37.28 27.3 -
YUV 165.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 199 155 133 0 0.22 0.33 0.22 20 0.37 0.65
Hex C7 9B 85 0 16 21 16 14 25 41
Octal 307 233 205 0 26 41 26 24 45 101
Binary 11000111 10011011 10000101 0 10110 100001 10110 10100 100101 1000001

Color Harmonies of #C79B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79B85

Black with #C79B85

Text Example


Text Example

White with #C79B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79B85; }

 p { color: rgb(199,155,133); }

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

background-color css

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

 a { background-color: rgb(199,155,133); }

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

border-color css

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

 span { border-color: rgb(199,155,133); }

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