#C09386

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

Shades of Quicksand #C09386

Tints of Quicksand #C09386

Color information

#C09386 (or 0xC09386) is unknown color: approx Quicksand. HEX triplet: C0, 93 and 86. RGB value is (192,147,134). Sum of RGB (Red+Green+Blue) = 192+147+134=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09386 is #3F6C79. Grayscale: #9F9F9F. Windows color (decimal): -4156538 or 8819648. OLE color: 8819648.

HSL color Cylindrical-coordinate representation of color #C09386: hue angle of 13.45º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09386 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192147134-
CMYK00.230.300.25
HSL13.45º31.52%63.92%-
HSV(B)13.45º30.21%75.29%-
XYZ36.4833.827.15-
YUV158.97113.91151.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=40.59%
G=31.08%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214713400.230.300.2513.4531.5263.92
HexC093860171E19d2040
Octal30022320602736311540100
Binary110000001001001110000110010111111101100111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09386; }

 p { color: rgb(192,147,134); }

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

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

 a { background-color: rgb(192,147,134); }

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

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

 span { border-color: rgb(192,147,134); }

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