#C5917A

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

Shades of Feldspar #C5917A

Tints of Feldspar #C5917A

Color information

#C5917A (or 0xC5917A) is unknown color: approx Feldspar. HEX triplet: C5, 91 and 7A. RGB value is (197,145,122). Sum of RGB (Red+Green+Blue) = 197+145+122=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5917A is #3A6E85. Grayscale: #9E9E9E. Windows color (decimal): -3829382 or 8032709. OLE color: 8032709.

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

Color convert

RGB197145122-
CMYK00.260.380.23
HSL18.4º39.27%62.55%-
HSV(B)18.4º38.07%77.25%-
XYZ36.6633.5322.95-
YUV157.93107.73155.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=42.46%
G=31.25%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714512200.260.380.2318.439.2762.55
HexC5917A01A261712273f
Octal3052211720324627224777
Binary110001011001000111110100110101001101011110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5917A; }

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

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

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

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

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

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

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

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