#C69684

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

Shades of Quicksand #C69684

Tints of Quicksand #C69684

Color information

#C69684 (or 0xC69684) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 84. RGB value is (198,150,132). Sum of RGB (Red+Green+Blue) = 198+150+132=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69684 is #39697B. Grayscale: #A2A2A2. Windows color (decimal): -3762556 or 8689350. OLE color: 8689350.

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

Color convert

RGB198150132-
CMYK00.240.330.22
HSL16.36º36.67%64.71%-
HSV(B)16.36º33.33%77.65%-
XYZ38.3635.4826.66-
YUV162.3110.9153.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=41.25%
G=31.25%
B=27.5%

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
Decimal19815013200.240.330.2216.3636.6764.71
HexC696840182116102541
Octal30622620403041262045101
Binary11000110100101101000010001100010000110110100001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69684; }

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

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

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

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

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

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

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

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