#C69886

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

Shades of Quicksand #C69886

Tints of Quicksand #C69886

Color information

#C69886 (or 0xC69886) is unknown color: approx Quicksand. HEX triplet: C6, 98 and 86. RGB value is (198,152,134). Sum of RGB (Red+Green+Blue) = 198+152+134=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C69886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69886 is #396779. Grayscale: #A3A3A3. Windows color (decimal): -3762042 or 8820934. OLE color: 8820934.

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

Color convert

RGB198152134-
CMYK00.230.320.22
HSL16.88º35.96%65.1%-
HSV(B)16.88º32.32%77.65%-
XYZ38.8236.1827.49-
YUV163.7111.24152.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=40.91%
G=31.40%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815213400.230.320.2216.8835.9665.1
HexC698860172016112441
Octal30623020602740262144101
Binary11000110100110001000011001011110000010110100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69886; }

 p { color: rgb(198,152,134); }

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

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

 a { background-color: rgb(198,152,134); }

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

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

 span { border-color: rgb(198,152,134); }

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