#C09280

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

Shades of Quicksand #C09280

Tints of Quicksand #C09280

Color information

#C09280 (or 0xC09280) is unknown color: approx Quicksand. HEX triplet: C0, 92 and 80. RGB value is (192,146,128). Sum of RGB (Red+Green+Blue) = 192+146+128=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C09280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09280 is #3F6D7F. Grayscale: #9D9D9D. Windows color (decimal): -4156800 or 8426176. OLE color: 8426176.

HSL color Cylindrical-coordinate representation of color #C09280: hue angle of 16.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09280 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192146128-
CMYK00.240.330.25
HSL16.88º33.68%62.75%-
HSV(B)16.88º33.33%75.29%-
XYZ35.9133.3224.96-
YUV157.7111.24152.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=41.20%
G=31.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214612800.240.330.2516.8833.6862.75
HexC09280018211911223f
Octal3002222000304131214277
Binary1100000010010010100000000110001000011100110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09280; }

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

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

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

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

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

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

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

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