#C5947F

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

Shades of Quicksand #C5947F

Tints of Quicksand #C5947F

Color information

#C5947F (or 0xC5947F) is unknown color: approx Quicksand. HEX triplet: C5, 94 and 7F. RGB value is (197,148,127). Sum of RGB (Red+Green+Blue) = 197+148+127=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5947F is #3A6B80. Grayscale: #A0A0A0. Windows color (decimal): -3828609 or 8361157. OLE color: 8361157.

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

Color convert

RGB197148127-
CMYK00.250.360.23
HSL18º37.63%63.53%-
HSV(B)18º35.53%77.25%-
XYZ37.4534.5824.78-
YUV160.26109.23154.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 127 (50% from 255) = 26.91%
R=41.74%
G=31.36%
B=26.91%

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
Decimal19714812700.250.360.231837.6363.53
HexC5947F0192417122640
Octal30522417703144272246100
Binary1100010110010100111111101100110010010111100101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5947F; }

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

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

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

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

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

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

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

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