#C1986F

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

Shades of Fallow #C1986F

Tints of Fallow #C1986F

Color information

#C1986F (or 0xC1986F) is unknown color: approx Fallow. HEX triplet: C1, 98 and 6F. RGB value is (193,152,111). Sum of RGB (Red+Green+Blue) = 193+152+111=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1986F is #3E6790. Grayscale: #9F9F9F. Windows color (decimal): -4089745 or 7313601. OLE color: 7313601.

HSL color Cylindrical-coordinate representation of color #C1986F: hue angle of 30º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1986F is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193152111-
CMYK00.210.420.24
HSL30º39.81%59.61%-
HSV(B)30º42.49%75.69%-
XYZ36.0934.9419.88-
YUV159.58100.58151.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=42.32%
G=33.33%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315211100.210.420.243039.8159.61
HexC1986F0152A181e283c
Octal3012301570255230365074
Binary110000011001100011011110101011010101100011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1986F; }

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

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

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

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

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

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

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

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