#C69983

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

Shades of Quicksand #C69983

Tints of Quicksand #C69983

Color information

#C69983 (or 0xC69983) is unknown color: approx Quicksand. HEX triplet: C6, 99 and 83. RGB value is (198,153,131). Sum of RGB (Red+Green+Blue) = 198+153+131=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C69983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69983 is #39667C. Grayscale: #A4A4A4. Windows color (decimal): -3761789 or 8624582. OLE color: 8624582.

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

Color convert

RGB198153131-
CMYK00.230.340.22
HSL19.7º37.02%64.51%-
HSV(B)19.7º33.84%77.65%-
XYZ38.7836.4326.46-
YUV163.95109.41152.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 153 (60.16% from 255) = 31.74%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=41.08%
G=31.74%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815313100.230.340.2219.737.0264.51
HexC699830172216142541
Octal30623120302742262445101
Binary11000110100110011000001101011110001010110101001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69983; }

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

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

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

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

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

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

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

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