#C59885

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

Shades of Quicksand #C59885

Tints of Quicksand #C59885

Color information

#C59885 (or 0xC59885) is unknown color: approx Quicksand. HEX triplet: C5, 98 and 85. RGB value is (197,152,133). Sum of RGB (Red+Green+Blue) = 197+152+133=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C59885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59885 is #3A677A. Grayscale: #A3A3A3. Windows color (decimal): -3827579 or 8755397. OLE color: 8755397.

HSL color Cylindrical-coordinate representation of color #C59885: hue angle of 17.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C59885 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197152133-
CMYK00.230.320.23
HSL17.81º35.56%64.71%-
HSV(B)17.81º32.49%77.25%-
XYZ38.4936.0227.11-
YUV163.29110.91152.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=40.87%
G=31.54%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715213300.230.320.2317.8135.5664.71
HexC598850172017122441
Octal30523020502740272244101
Binary11000101100110001000010101011110000010111100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59885; }

 p { color: rgb(197,152,133); }

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

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

 a { background-color: rgb(197,152,133); }

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

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

 span { border-color: rgb(197,152,133); }

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