#C09284

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

Shades of Quicksand #C09284

Tints of Quicksand #C09284

Color information

#C09284 (or 0xC09284) is unknown color: approx Quicksand. HEX triplet: C0, 92 and 84. RGB value is (192,146,132). Sum of RGB (Red+Green+Blue) = 192+146+132=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C09284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09284 is #3F6D7B. Grayscale: #9E9E9E. Windows color (decimal): -4156796 or 8688320. OLE color: 8688320.

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

Color convert

RGB192146132-
CMYK00.240.310.25
HSL14º32.26%63.53%-
HSV(B)14º31.25%75.29%-
XYZ36.1833.4326.38-
YUV158.16113.24152.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=40.85%
G=31.06%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214613200.240.310.251432.2663.53
HexC092840181F19e2040
Octal30022220403037311640100
Binary110000001001001010000100011000111111100111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09284; }

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

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

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

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

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

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

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

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