#C5986A

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

Shades of Fallow #C5986A

Tints of Fallow #C5986A

Color information

#C5986A (or 0xC5986A) is unknown color: approx Fallow. HEX triplet: C5, 98 and 6A. RGB value is (197,152,106). Sum of RGB (Red+Green+Blue) = 197+152+106=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5986A is #3A6795. Grayscale: #A0A0A0. Windows color (decimal): -3827606 or 6985925. OLE color: 6985925.

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

Color convert

RGB197152106-
CMYK00.230.460.23
HSL30.33º43.96%59.41%-
HSV(B)30.33º46.19%77.25%-
XYZ36.8635.3718.52-
YUV160.2197.41154.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=43.30%
G=33.41%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715210600.230.460.2330.3343.9659.41
HexC5986A0172E171e2c3b
Octal3052301520275627365473
Binary110001011001100011010100101111011101011111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5986A; }

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

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

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

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

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

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

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

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