#C09387

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

Shades of Quicksand #C09387

Tints of Quicksand #C09387

Color information

#C09387 (or 0xC09387) is unknown color: approx Quicksand. HEX triplet: C0, 93 and 87. RGB value is (192,147,135). Sum of RGB (Red+Green+Blue) = 192+147+135=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C09387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09387 is #3F6C78. Grayscale: #9F9F9F. Windows color (decimal): -4156537 or 8885184. OLE color: 8885184.

HSL color Cylindrical-coordinate representation of color #C09387: hue angle of 12.63º degrees, saturation: 0.31, 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 #C09387 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192147135-
CMYK00.230.300.25
HSL12.63º31.15%64.12%-
HSV(B)12.63º29.69%75.29%-
XYZ36.5533.8227.52-
YUV159.09114.41151.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=40.51%
G=31.01%
B=28.48%

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
Decimal19214713500.230.300.2512.6331.1564.12
HexC093870171E19d1f40
Octal30022320702736311537100
Binary11000000100100111000011101011111110110011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09387; }

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

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

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

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

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

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

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

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