#c2986a

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

Shades of Fallow #C2986A

Tints of Fallow #C2986A

Color information

#C2986A (or 0xC2986A) is unknown color: approx Fallow. HEX triplet: C2, 98 and 6A. RGB value is (194,152,106). Sum of RGB (Red+Green+Blue) = 194+152+106=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2986A is #3D6795. Grayscale: #9F9F9F. Windows color (decimal): -4024214 or 6985922. OLE color: 6985922.

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

Color convert

RGB194152106-
CMYK00.220.450.24
HSL31.36º41.9%58.82%-
HSV(B)31.36º45.36%76.08%-
XYZ36.0834.9718.48-
YUV159.3197.91152.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=42.92%
G=33.63%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415210600.220.450.2431.3641.958.82
HexC2986A0162D181f2a3b
Octal3022301520265530375273
Binary110000101001100011010100101101011011100011111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2986a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2986a; }

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

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

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

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

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

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

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

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