#C19280

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

Shades of Quicksand #C19280

Tints of Quicksand #C19280

Color information

#C19280 (or 0xC19280) is unknown color: approx Quicksand. HEX triplet: C1, 92 and 80. RGB value is (193,146,128). Sum of RGB (Red+Green+Blue) = 193+146+128=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C19280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19280 is #3E6D7F. Grayscale: #9E9E9E. Windows color (decimal): -4091264 or 8426177. OLE color: 8426177.

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

Color convert

RGB193146128-
CMYK00.240.340.24
HSL16.62º34.39%62.94%-
HSV(B)16.62º33.68%75.69%-
XYZ36.1733.4524.97-
YUV158111.07152.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=41.33%
G=31.26%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314612800.240.340.2416.6234.3962.94
HexC19280018221811223f
Octal3012222000304230214277
Binary1100000110010010100000000110001000101100010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19280; }

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

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

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

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

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

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

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

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