#C69381

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

Shades of Quicksand #C69381

Tints of Quicksand #C69381

Color information

#C69381 (or 0xC69381) is unknown color: approx Quicksand. HEX triplet: C6, 93 and 81. RGB value is (198,147,129). Sum of RGB (Red+Green+Blue) = 198+147+129=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C69381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69381 is #396C7E. Grayscale: #A0A0A0. Windows color (decimal): -3763327 or 8491974. OLE color: 8491974.

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

Color convert

RGB198147129-
CMYK00.260.350.22
HSL15.65º37.7%64.12%-
HSV(B)15.65º34.85%77.65%-
XYZ37.6834.4625.43-
YUV160.2110.4154.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=41.77%
G=31.01%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814712900.260.350.2215.6537.764.12
HexC6938101A2316102640
Octal30622320103243262046100
Binary11000110100100111000000101101010001110110100001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69381; }

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

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

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

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

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

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

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

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