#C3A077

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

Shades of Fallow #C3A077

Tints of Fallow #C3A077

Color information

#C3A077 (or 0xC3A077) is unknown color: approx Fallow. HEX triplet: C3, A0 and 77. RGB value is (195,160,119). Sum of RGB (Red+Green+Blue) = 195+160+119=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A077 is #3C5F88. Grayscale: #A5A5A5. Windows color (decimal): -3956617 or 7839939. OLE color: 7839939.

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

Color convert

RGB195160119-
CMYK00.180.390.24
HSL32.37º38.78%61.57%-
HSV(B)32.37º38.97%76.47%-
XYZ38.4138.0822.78-
YUV165.79101.6148.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=41.14%
G=33.76%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516011900.180.390.2432.3738.7861.57
HexC3A077012271820273e
Octal3032401670224730404776
Binary1100001110100000111011101001010011111000100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A077; }

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

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

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

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

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

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

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

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