#C3A092

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

Shades of Quicksand #C3A092

Tints of Quicksand #C3A092

Color information

#C3A092 (or 0xC3A092) is unknown color: approx Quicksand. HEX triplet: C3, A0 and 92. RGB value is (195,160,146). Sum of RGB (Red+Green+Blue) = 195+160+146=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A092 is #3C5F6D. Grayscale: #A8A8A8. Windows color (decimal): -3956590 or 9609411. OLE color: 9609411.

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

Color convert

RGB195160146-
CMYK00.180.250.24
HSL17.14º28.99%66.86%-
HSV(B)17.14º25.13%76.47%-
XYZ40.2638.8232.56-
YUV168.87115.1146.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=38.92%
G=31.94%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516014600.180.250.2417.1428.9966.86
HexC3A0920121918111d43
Octal30324022202231302135103
Binary110000111010000010010010010010110011100010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A092; }

 p { color: rgb(195,160,146); }

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

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

 a { background-color: rgb(195,160,146); }

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

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

 span { border-color: rgb(195,160,146); }

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