#C5937F

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

Shades of Quicksand #C5937F

Tints of Quicksand #C5937F

Color information

#C5937F (or 0xC5937F) is unknown color: approx Quicksand. HEX triplet: C5, 93 and 7F. RGB value is (197,147,127). Sum of RGB (Red+Green+Blue) = 197+147+127=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5937F is #3A6C80. Grayscale: #9F9F9F. Windows color (decimal): -3828865 or 8360901. OLE color: 8360901.

HSL color Cylindrical-coordinate representation of color #C5937F: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5937F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197147127-
CMYK00.250.360.23
HSL17.14º37.63%63.53%-
HSV(B)17.14º35.53%77.25%-
XYZ37.2934.2724.73-
YUV159.67109.56154.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 127 (50% from 255) = 26.96%
R=41.83%
G=31.21%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714712700.250.360.2317.1437.6363.53
HexC5937F0192417112640
Octal30522317703144272146100
Binary1100010110010011111111101100110010010111100011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5937F; }

 p { color: rgb(197,147,127); }

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

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

 a { background-color: rgb(197,147,127); }

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

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

 span { border-color: rgb(197,147,127); }

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