#C3A06A

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

Shades of Fallow #C3A06A

Tints of Fallow #C3A06A

Color information

#C3A06A (or 0xC3A06A) is unknown color: approx Fallow. HEX triplet: C3, A0 and 6A. RGB value is (195,160,106). Sum of RGB (Red+Green+Blue) = 195+160+106=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A06A is #3C5F95. Grayscale: #A4A4A4. Windows color (decimal): -3956630 or 6987971. OLE color: 6987971.

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

Color convert

RGB195160106-
CMYK00.180.460.24
HSL36.4º42.58%59.02%-
HSV(B)36.4º45.64%76.47%-
XYZ37.6837.7818.94-
YUV164.3195.1149.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=42.30%
G=34.71%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516010600.180.460.2436.442.5859.02
HexC3A06A0122E18242b3b
Octal3032401520225630445373
Binary1100001110100000110101001001010111011000100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A06A; }

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

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

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

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

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

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

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

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