#C4A076

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

Shades of Fallow #C4A076

Tints of Fallow #C4A076

Color information

#C4A076 (or 0xC4A076) is unknown color: approx Fallow. HEX triplet: C4, A0 and 76. RGB value is (196,160,118). Sum of RGB (Red+Green+Blue) = 196+160+118=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A076 is #3B5F89. Grayscale: #A6A6A6. Windows color (decimal): -3891082 or 7774404. OLE color: 7774404.

HSL color Cylindrical-coordinate representation of color #C4A076: hue angle of 32.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4A076 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196160118-
CMYK00.180.400.23
HSL32.31º39.8%61.57%-
HSV(B)32.31º39.8%76.86%-
XYZ38.6138.1922.48-
YUV165.98100.93149.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=41.35%
G=33.76%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616011800.180.400.2332.3139.861.57
HexC4A076012281720283e
Octal3042401660225027405076
Binary1100010010100000111011001001010100010111100000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A076; }

 p { color: rgb(196,160,118); }

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

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

 a { background-color: rgb(196,160,118); }

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

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

 span { border-color: rgb(196,160,118); }

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