#C69486

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

Shades of Quicksand #C69486

Tints of Quicksand #C69486

Color information

#C69486 (or 0xC69486) is unknown color: approx Quicksand. HEX triplet: C6, 94 and 86. RGB value is (198,148,134). Sum of RGB (Red+Green+Blue) = 198+148+134=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69486 is #396B79. Grayscale: #A1A1A1. Windows color (decimal): -3763066 or 8819910. OLE color: 8819910.

HSL color Cylindrical-coordinate representation of color #C69486: hue angle of 13.13º 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 #C69486 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB198148134-
CMYK00.250.320.22
HSL13.13º35.96%65.1%-
HSV(B)13.13º32.32%77.65%-
XYZ38.1834.9127.28-
YUV161.35112.56154.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=41.25%
G=30.83%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814813400.250.320.2213.1335.9665.1
HexC694860192016d2441
Octal30622420603140261544101
Binary1100011010010100100001100110011000001011011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69486; }

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

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

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

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

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

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

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

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