#C69985

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

Shades of Quicksand #C69985

Tints of Quicksand #C69985

Color information

#C69985 (or 0xC69985) is unknown color: approx Quicksand. HEX triplet: C6, 99 and 85. RGB value is (198,153,133). Sum of RGB (Red+Green+Blue) = 198+153+133=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C69985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69985 is #39667A. Grayscale: #A4A4A4. Windows color (decimal): -3761787 or 8755654. OLE color: 8755654.

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

Color convert

RGB198153133-
CMYK00.230.330.22
HSL18.46º36.31%64.9%-
HSV(B)18.46º32.83%77.65%-
XYZ38.9136.4827.18-
YUV164.18110.41152.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=40.91%
G=31.61%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815313300.230.330.2218.4636.3164.9
HexC699850172116122441
Octal30623120502741262244101
Binary11000110100110011000010101011110000110110100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69985; }

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

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

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

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

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

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

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

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