#C3A06D

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

Shades of Fallow #C3A06D

Tints of Fallow #C3A06D

Color information

#C3A06D (or 0xC3A06D) is unknown color: approx Fallow. HEX triplet: C3, A0 and 6D. RGB value is (195,160,109). Sum of RGB (Red+Green+Blue) = 195+160+109=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A06D is #3C5F92. Grayscale: #A4A4A4. Windows color (decimal): -3956627 or 7184579. OLE color: 7184579.

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

Color convert

RGB195160109-
CMYK00.180.440.24
HSL35.58º41.75%59.61%-
HSV(B)35.58º44.1%76.47%-
XYZ37.8437.8519.78-
YUV164.6596.6149.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=42.03%
G=34.48%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516010900.180.440.2435.5841.7559.61
HexC3A06D0122C18242a3c
Octal3032401550225430445274
Binary1100001110100000110110101001010110011000100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A06D; }

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

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

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

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

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

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

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

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