#C29685

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

Shades of Quicksand #C29685

Tints of Quicksand #C29685

Color information

#C29685 (or 0xC29685) is unknown color: approx Quicksand. HEX triplet: C2, 96 and 85. RGB value is (194,150,133). Sum of RGB (Red+Green+Blue) = 194+150+133=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29685 is #3D697A. Grayscale: #A1A1A1. Windows color (decimal): -4024699 or 8754882. OLE color: 8754882.

HSL color Cylindrical-coordinate representation of color #C29685: hue angle of 16.72º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29685 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194150133-
CMYK00.230.310.24
HSL16.72º33.33%64.12%-
HSV(B)16.72º31.44%76.08%-
XYZ37.3934.9826.97-
YUV161.22112.08151.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=40.67%
G=31.45%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415013300.230.310.2416.7233.3364.12
HexC296850171F18112140
Octal30222620502737302141100
Binary1100001010010110100001010101111111111000100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29685; }

 p { color: rgb(194,150,133); }

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

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

 a { background-color: rgb(194,150,133); }

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

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

 span { border-color: rgb(194,150,133); }

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