#C79F8D

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

Shades of Quicksand #C79F8D

Tints of Quicksand #C79F8D

Color information

#C79F8D (or 0xC79F8D) is unknown color: approx Quicksand. HEX triplet: C7, 9F and 8D. RGB value is (199,159,141). Sum of RGB (Red+Green+Blue) = 199+159+141=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79F8D is #386072. Grayscale: #A9A9A9. Windows color (decimal): -3694707 or 9281479. OLE color: 9281479.

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

Color convert

RGB199159141-
CMYK00.200.290.22
HSL18.62º34.12%66.67%-
HSV(B)18.62º29.15%78.04%-
XYZ40.7638.8630.55-
YUV168.91112.25149.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=39.88%
G=31.86%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915914100.200.290.2218.6234.1266.67
HexC79F8D0141D16132243
Octal30723721502435262342103
Binary1100011110011111100011010101001110110110100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79F8D; }

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

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

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

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

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

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

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

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