#C79F8F

Color #C79F8F Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C79F8F

Tints of Quicksand #C79F8F

Color information

#C79F8F (or 0xC79F8F) is unknown color: approx Quicksand. HEX triplet: C7, 9F and 8F. RGB value is (199,159,143). Sum of RGB (Red+Green+Blue) = 199+159+143=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79F8F is #386070. Grayscale: #A9A9A9. Windows color (decimal): -3694705 or 9412551. OLE color: 9412551.

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

Color convert

RGB199159143-
CMYK00.200.280.22
HSL17.14º33.33%67.06%-
HSV(B)17.14º28.14%78.04%-
XYZ40.9138.9231.34-
YUV169.14113.25149.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=39.72%
G=31.74%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915914300.200.280.2217.1433.3367.06
HexC79F8F0141C16112143
Octal30723721702434262141103
Binary1100011110011111100011110101001110010110100011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79F8F; }

 p { color: rgb(199,159,143); }

 H1.HeaderClassName
 {
   color: #C79F8F;
 }
 .AnyTagClassName
 {
   color: #C79F8F;
 }
</style>
background-color css

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

 a { background-color: rgb(199,159,143); }

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

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

 span { border-color: rgb(199,159,143); }

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