#C69788

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

Shades of Quicksand #C69788

Tints of Quicksand #C69788

Color information

#C69788 (or 0xC69788) is unknown color: approx Quicksand. HEX triplet: C6, 97 and 88. RGB value is (198,151,136). Sum of RGB (Red+Green+Blue) = 198+151+136=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C69788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69788 is #396877. Grayscale: #A3A3A3. Windows color (decimal): -3762296 or 8951750. OLE color: 8951750.

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

Color convert

RGB198151136-
CMYK00.240.310.22
HSL14.52º35.23%65.49%-
HSV(B)14.52º31.31%77.65%-
XYZ38.835.9228.18-
YUV163.34112.57152.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=40.82%
G=31.13%
B=28.04%

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
Decimal19815113600.240.310.2214.5235.2365.49
HexC697880181F16f2341
Octal30622721003037261743101
Binary110001101001011110001000011000111111011011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69788; }

 p { color: rgb(198,151,136); }

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

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

 a { background-color: rgb(198,151,136); }

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

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

 span { border-color: rgb(198,151,136); }

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