#C3A26A

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

Shades of Fallow #C3A26A

Tints of Fallow #C3A26A

Color information

#C3A26A (or 0xC3A26A) is unknown color: approx Fallow. HEX triplet: C3, A2 and 6A. RGB value is (195,162,106). Sum of RGB (Red+Green+Blue) = 195+162+106=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A26A is #3C5D95. Grayscale: #A5A5A5. Windows color (decimal): -3956118 or 6988483. OLE color: 6988483.

HSL color Cylindrical-coordinate representation of color #C3A26A: hue angle of 37.75º 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 #C3A26A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195162106-
CMYK00.170.460.24
HSL37.75º42.58%59.02%-
HSV(B)37.75º45.64%76.47%-
XYZ38.0338.4819.06-
YUV165.4894.43149.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=42.12%
G=34.99%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516210600.170.460.2437.7542.5859.02
HexC3A26A0112E18262b3b
Octal3032421520215630465373
Binary1100001110100010110101001000110111011000100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A26A; }

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

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

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

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

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

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

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

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