#C09384

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

Shades of Quicksand #C09384

Tints of Quicksand #C09384

Color information

#C09384 (or 0xC09384) is unknown color: approx Quicksand. HEX triplet: C0, 93 and 84. RGB value is (192,147,132). Sum of RGB (Red+Green+Blue) = 192+147+132=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C09384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09384 is #3F6C7B. Grayscale: #9E9E9E. Windows color (decimal): -4156540 or 8688576. OLE color: 8688576.

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

Color convert

RGB192147132-
CMYK00.230.310.25
HSL15º32.26%63.53%-
HSV(B)15º31.25%75.29%-
XYZ36.3433.7426.43-
YUV158.74112.91151.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=40.76%
G=31.21%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214713200.230.310.251532.2663.53
HexC093840171F19f2040
Octal30022320402737311740100
Binary110000001001001110000100010111111111100111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09384; }

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

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

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

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

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

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

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

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