#C69782

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

Shades of Quicksand #C69782

Tints of Quicksand #C69782

Color information

#C69782 (or 0xC69782) is unknown color: approx Quicksand. HEX triplet: C6, 97 and 82. RGB value is (198,151,130). Sum of RGB (Red+Green+Blue) = 198+151+130=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69782 is #39687D. Grayscale: #A2A2A2. Windows color (decimal): -3762302 or 8558534. OLE color: 8558534.

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

Color convert

RGB198151130-
CMYK00.240.340.22
HSL18.53º37.36%64.31%-
HSV(B)18.53º34.34%77.65%-
XYZ38.3835.7526-
YUV162.66109.57153.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=41.34%
G=31.52%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815113000.240.340.2218.5337.3664.31
HexC697820182216132540
Octal30622720203042262345100
Binary11000110100101111000001001100010001010110100111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69782; }

 p { color: rgb(198,151,130); }

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

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

 a { background-color: rgb(198,151,130); }

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

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

 span { border-color: rgb(198,151,130); }

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