#C69689

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

Shades of Quicksand #C69689

Tints of Quicksand #C69689

Color information

#C69689 (or 0xC69689) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 89. RGB value is (198,150,137). Sum of RGB (Red+Green+Blue) = 198+150+137=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69689 is #396976. Grayscale: #A2A2A2. Windows color (decimal): -3762551 or 9017030. OLE color: 9017030.

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

Color convert

RGB198150137-
CMYK00.240.310.22
HSL12.79º34.86%65.69%-
HSV(B)12.79º30.81%77.65%-
XYZ38.7135.6228.5-
YUV162.87113.4153.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=40.82%
G=30.93%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815013700.240.310.2212.7934.8665.69
HexC696890181F16d2342
Octal30622621103037261543102
Binary110001101001011010001001011000111111011011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69689; }

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

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

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

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

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

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

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

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