#C2946C

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

Shades of Fallow #C2946C

Tints of Fallow #C2946C

Color information

#C2946C (or 0xC2946C) is unknown color: approx Fallow. HEX triplet: C2, 94 and 6C. RGB value is (194,148,108). Sum of RGB (Red+Green+Blue) = 194+148+108=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2946C is #3D6B93. Grayscale: #9D9D9D. Windows color (decimal): -4025236 or 7115970. OLE color: 7115970.

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

Color convert

RGB194148108-
CMYK00.240.440.24
HSL27.91º41.35%59.22%-
HSV(B)27.91º44.33%76.08%-
XYZ35.5433.7318.82-
YUV157.19100.24154.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 108 (42.58% from 255) = 24%
R=43.11%
G=32.89%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414810800.240.440.2427.9141.3559.22
HexC2946C0182C181c293b
Octal3022241540305430345173
Binary110000101001010011011000110001011001100011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2946C; }

 p { color: rgb(194,148,108); }

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

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

 a { background-color: rgb(194,148,108); }

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

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

 span { border-color: rgb(194,148,108); }

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