#C3A195

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

Shades of Quicksand #C3A195

Tints of Quicksand #C3A195

Color information

#C3A195 (or 0xC3A195) is unknown color: approx Quicksand. HEX triplet: C3, A1 and 95. RGB value is (195,161,149). Sum of RGB (Red+Green+Blue) = 195+161+149=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A195 is #3C5E6A. Grayscale: #A9A9A9. Windows color (decimal): -3956331 or 9806275. OLE color: 9806275.

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

Color convert

RGB195161149-
CMYK00.170.240.24
HSL15.65º27.71%67.45%-
HSV(B)15.65º23.59%76.47%-
XYZ40.6839.2633.87-
YUV169.8116.26145.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=38.61%
G=31.88%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516114900.170.240.2415.6527.7167.45
HexC3A1950111818101c43
Octal30324122502130302034103
Binary110000111010000110010101010001110001100010000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A195; }

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

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

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

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

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

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

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

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