#C2986E

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

Shades of Fallow #C2986E

Tints of Fallow #C2986E

Color information

#C2986E (or 0xC2986E) is unknown color: approx Fallow. HEX triplet: C2, 98 and 6E. RGB value is (194,152,110). Sum of RGB (Red+Green+Blue) = 194+152+110=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2986E is #3D6791. Grayscale: #9F9F9F. Windows color (decimal): -4024210 or 7248066. OLE color: 7248066.

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

Color convert

RGB194152110-
CMYK00.220.430.24
HSL30º40.78%59.61%-
HSV(B)30º43.3%76.08%-
XYZ36.2935.0519.6-
YUV159.7799.91152.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=42.54%
G=33.33%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415211000.220.430.243040.7859.61
HexC2986E0162B181e293c
Octal3022301560265330365174
Binary110000101001100011011100101101010111100011110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2986E; }

 p { color: rgb(194,152,110); }

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

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

 a { background-color: rgb(194,152,110); }

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

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

 span { border-color: rgb(194,152,110); }

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