#C5986F

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

Shades of Fallow #C5986F

Tints of Fallow #C5986F

Color information

#C5986F (or 0xC5986F) is unknown color: approx Fallow. HEX triplet: C5, 98 and 6F. RGB value is (197,152,111). Sum of RGB (Red+Green+Blue) = 197+152+111=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5986F is #3A6790. Grayscale: #A0A0A0. Windows color (decimal): -3827601 or 7313605. OLE color: 7313605.

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

Color convert

RGB197152111-
CMYK00.230.440.23
HSL28.6º42.57%60.39%-
HSV(B)28.6º43.65%77.25%-
XYZ37.1235.4719.93-
YUV160.7899.91153.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=42.83%
G=33.04%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715211100.230.440.2328.642.5760.39
HexC5986F0172C171d2b3c
Octal3052301570275427355374
Binary110001011001100011011110101111011001011111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5986F; }

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

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

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

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

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

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

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

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