#C2A372

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

Shades of Fallow #C2A372

Tints of Fallow #C2A372

Color information

#C2A372 (or 0xC2A372) is unknown color: approx Fallow. HEX triplet: C2, A3 and 72. RGB value is (194,163,114). Sum of RGB (Red+Green+Blue) = 194+163+114=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A372 is #3D5C8D. Grayscale: #A6A6A6. Windows color (decimal): -4021390 or 7513026. OLE color: 7513026.

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

Color convert

RGB194163114-
CMYK00.160.410.24
HSL36.75º39.6%60.39%-
HSV(B)36.75º41.24%76.08%-
XYZ38.3838.8821.4-
YUV166.6898.27147.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=41.19%
G=34.61%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416311400.160.410.2436.7539.660.39
HexC2A372010291825283c
Octal3022431620205130455074
Binary1100001010100011111001001000010100111000100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A372; }

 p { color: rgb(194,163,114); }

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

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

 a { background-color: rgb(194,163,114); }

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

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

 span { border-color: rgb(194,163,114); }

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