#C69388

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

Shades of Quicksand #C69388

Tints of Quicksand #C69388

Color information

#C69388 (or 0xC69388) is unknown color: approx Quicksand. HEX triplet: C6, 93 and 88. RGB value is (198,147,136). Sum of RGB (Red+Green+Blue) = 198+147+136=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C69388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69388 is #396C77. Grayscale: #A1A1A1. Windows color (decimal): -3763320 or 8950726. OLE color: 8950726.

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

Color convert

RGB198147136-
CMYK00.260.310.22
HSL10.65º35.23%65.49%-
HSV(B)10.65º31.31%77.65%-
XYZ38.1734.6527.97-
YUV160.99113.9154.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=41.16%
G=30.56%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814713600.260.310.2210.6535.2365.49
HexC6938801A1F16b2341
Octal30622321003237261343101
Binary110001101001001110001000011010111111011010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69388; }

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

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

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

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

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

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

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

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