#C5917F

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

Shades of Quicksand #C5917F

Tints of Quicksand #C5917F

Color information

#C5917F (or 0xC5917F) is unknown color: approx Quicksand. HEX triplet: C5, 91 and 7F. RGB value is (197,145,127). Sum of RGB (Red+Green+Blue) = 197+145+127=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5917F is #3A6E80. Grayscale: #9E9E9E. Windows color (decimal): -3829377 or 8360389. OLE color: 8360389.

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

Color convert

RGB197145127-
CMYK00.260.360.23
HSL15.43º37.63%63.53%-
HSV(B)15.43º35.53%77.25%-
XYZ36.9833.6524.63-
YUV158.5110.23155.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 127 (50% from 255) = 27.08%
R=42.00%
G=30.92%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714512700.260.360.2315.4337.6363.53
HexC5917F01A2417f2640
Octal30522117703244271746100
Binary110001011001000111111110110101001001011111111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5917F; }

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

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

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

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

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

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

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

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