#C5916A

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

Shades of Fallow #C5916A

Tints of Fallow #C5916A

Color information

#C5916A (or 0xC5916A) is unknown color: approx Fallow. HEX triplet: C5, 91 and 6A. RGB value is (197,145,106). Sum of RGB (Red+Green+Blue) = 197+145+106=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5916A is #3A6E95. Grayscale: #9C9C9C. Windows color (decimal): -3829398 or 6984133. OLE color: 6984133.

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

Color convert

RGB197145106-
CMYK00.260.460.23
HSL25.71º43.96%59.41%-
HSV(B)25.71º46.19%77.25%-
XYZ35.7533.1618.15-
YUV156.199.73157.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=43.97%
G=32.37%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714510600.260.460.2325.7143.9659.41
HexC5916A01A2E171a2c3b
Octal3052211520325627325473
Binary110001011001000111010100110101011101011111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5916A; }

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

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

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

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

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

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

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

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