#C5946F

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

Shades of Fallow #C5946F

Tints of Fallow #C5946F

Color information

#C5946F (or 0xC5946F) is unknown color: approx Fallow. HEX triplet: C5, 94 and 6F. RGB value is (197,148,111). Sum of RGB (Red+Green+Blue) = 197+148+111=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5946F is #3A6B90. Grayscale: #9E9E9E. Windows color (decimal): -3828625 or 7312581. OLE color: 7312581.

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

Color convert

RGB197148111-
CMYK00.250.440.23
HSL25.81º42.57%60.39%-
HSV(B)25.81º43.65%77.25%-
XYZ36.4934.219.72-
YUV158.43101.23155.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=43.20%
G=32.46%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714811100.250.440.2325.8142.5760.39
HexC5946F0192C171a2b3c
Octal3052241570315427325374
Binary110001011001010011011110110011011001011111010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5946F; }

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

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

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

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

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

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

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

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