#C69884

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

Shades of Quicksand #C69884

Tints of Quicksand #C69884

Color information

#C69884 (or 0xC69884) is unknown color: approx Quicksand. HEX triplet: C6, 98 and 84. RGB value is (198,152,132). Sum of RGB (Red+Green+Blue) = 198+152+132=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C69884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69884 is #39677B. Grayscale: #A3A3A3. Windows color (decimal): -3762044 or 8689862. OLE color: 8689862.

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

Color convert

RGB198152132-
CMYK00.230.330.22
HSL18.18º36.67%64.71%-
HSV(B)18.18º33.33%77.65%-
XYZ38.6836.1326.76-
YUV163.47110.24152.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=41.08%
G=31.54%
B=27.39%

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
Decimal19815213200.230.330.2218.1836.6764.71
HexC698840172116122541
Octal30623020402741262245101
Binary11000110100110001000010001011110000110110100101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69884; }

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

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

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

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

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

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

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

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