#C69685

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

Shades of Quicksand #C69685

Tints of Quicksand #C69685

Color information

#C69685 (or 0xC69685) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 85. RGB value is (198,150,133). Sum of RGB (Red+Green+Blue) = 198+150+133=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69685 is #39697A. Grayscale: #A2A2A2. Windows color (decimal): -3762555 or 8754886. OLE color: 8754886.

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

Color convert

RGB198150133-
CMYK00.240.330.22
HSL15.69º36.31%64.9%-
HSV(B)15.69º32.83%77.65%-
XYZ38.4335.5127.02-
YUV162.41111.4153.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=41.16%
G=31.19%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815013300.240.330.2215.6936.3164.9
HexC696850182116102441
Octal30622620503041262044101
Binary11000110100101101000010101100010000110110100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69685; }

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

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

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

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

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

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

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

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