#C69A8C

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

Shades of Quicksand #C69A8C

Tints of Quicksand #C69A8C

Color information

#C69A8C (or 0xC69A8C) is unknown color: approx Quicksand. HEX triplet: C6, 9A and 8C. RGB value is (198,154,140). Sum of RGB (Red+Green+Blue) = 198+154+140=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A8C is #396573. Grayscale: #A5A5A5. Windows color (decimal): -3761524 or 9214662. OLE color: 9214662.

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

Color convert

RGB198154140-
CMYK00.220.290.22
HSL14.48º33.72%66.27%-
HSV(B)14.48º29.29%77.65%-
XYZ39.5837.0129.87-
YUV165.56113.58151.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=40.24%
G=31.30%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815414000.220.290.2214.4833.7266.27
HexC69A8C0161D16e2242
Octal30623221402635261642102
Binary110001101001101010001100010110111011011011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A8C; }

 p { color: rgb(198,154,140); }

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

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

 a { background-color: rgb(198,154,140); }

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

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

 span { border-color: rgb(198,154,140); }

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