#C4A077

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

Shades of Fallow #C4A077

Tints of Fallow #C4A077

Color information

#C4A077 (or 0xC4A077) is unknown color: approx Fallow. HEX triplet: C4, A0 and 77. RGB value is (196,160,119). Sum of RGB (Red+Green+Blue) = 196+160+119=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A077 is #3B5F88. Grayscale: #A6A6A6. Windows color (decimal): -3891081 or 7839940. OLE color: 7839940.

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

Color convert

RGB196160119-
CMYK00.180.390.23
HSL31.95º39.49%61.76%-
HSV(B)31.95º39.29%76.86%-
XYZ38.6738.2122.79-
YUV166.09101.43149.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=41.26%
G=33.68%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616011900.180.390.2331.9539.4961.76
HexC4A077012271720273e
Octal3042401670224727404776
Binary1100010010100000111011101001010011110111100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A077; }

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

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

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

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

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

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

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

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