#C5917C

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

Shades of Feldspar #C5917C

Tints of Feldspar #C5917C

Color information

#C5917C (or 0xC5917C) is unknown color: approx Feldspar. HEX triplet: C5, 91 and 7C. RGB value is (197,145,124). Sum of RGB (Red+Green+Blue) = 197+145+124=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5917C is #3A6E83. Grayscale: #9E9E9E. Windows color (decimal): -3829380 or 8163781. OLE color: 8163781.

HSL color Cylindrical-coordinate representation of color #C5917C: hue angle of 17.26º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5917C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB197145124-
CMYK00.260.370.23
HSL17.26º38.62%62.94%-
HSV(B)17.26º37.06%77.25%-
XYZ36.7933.5823.61-
YUV158.15108.73155.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.27%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=42.27%
G=31.12%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714512400.260.370.2317.2638.6262.94
HexC5917C01A251711273f
Octal3052211740324527214777
Binary110001011001000111111000110101001011011110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5917C; }

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

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

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

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

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

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

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

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