#C69687

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

Shades of Quicksand #C69687

Tints of Quicksand #C69687

Color information

#C69687 (or 0xC69687) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 87. RGB value is (198,150,135). Sum of RGB (Red+Green+Blue) = 198+150+135=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C69687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69687 is #396978. Grayscale: #A2A2A2. Windows color (decimal): -3762553 or 8885958. OLE color: 8885958.

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

Color convert

RGB198150135-
CMYK00.240.320.22
HSL14.29º35.59%65.29%-
HSV(B)14.29º31.82%77.65%-
XYZ38.5735.5727.75-
YUV162.64112.4153.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=40.99%
G=31.06%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815013500.240.320.2214.2935.5965.29
HexC696870182016e2441
Octal30622620703040261644101
Binary1100011010010110100001110110001000001011011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69687; }

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

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

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

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

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

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

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

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