#C69485

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

Shades of Quicksand #C69485

Tints of Quicksand #C69485

Color information

#C69485 (or 0xC69485) is unknown color: approx Quicksand. HEX triplet: C6, 94 and 85. RGB value is (198,148,133). Sum of RGB (Red+Green+Blue) = 198+148+133=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69485 is #396B7A. Grayscale: #A1A1A1. Windows color (decimal): -3763067 or 8754374. OLE color: 8754374.

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

Color convert

RGB198148133-
CMYK00.250.330.22
HSL13.85º36.31%64.9%-
HSV(B)13.85º32.83%77.65%-
XYZ38.1134.8826.91-
YUV161.24112.06154.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=41.34%
G=30.90%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814813300.250.330.2213.8536.3164.9
HexC694850192116e2441
Octal30622420503141261644101
Binary1100011010010100100001010110011000011011011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69485; }

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

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

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

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

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

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

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

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