#C3A192

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

Shades of Quicksand #C3A192

Tints of Quicksand #C3A192

Color information

#C3A192 (or 0xC3A192) is unknown color: approx Quicksand. HEX triplet: C3, A1 and 92. RGB value is (195,161,146). Sum of RGB (Red+Green+Blue) = 195+161+146=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A192 is #3C5E6D. Grayscale: #A9A9A9. Windows color (decimal): -3956334 or 9609667. OLE color: 9609667.

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

Color convert

RGB195161146-
CMYK00.170.250.24
HSL18.37º28.99%66.86%-
HSV(B)18.37º25.13%76.47%-
XYZ40.4439.1732.62-
YUV169.46114.76146.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=38.84%
G=32.07%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516114600.170.250.2418.3728.9966.86
HexC3A1920111918121d43
Octal30324122202131302235103
Binary110000111010000110010010010001110011100010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A192; }

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

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

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

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

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

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

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

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