#C4A36C

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

Shades of Fallow #C4A36C

Tints of Fallow #C4A36C

Color information

#C4A36C (or 0xC4A36C) is unknown color: approx Fallow. HEX triplet: C4, A3 and 6C. RGB value is (196,163,108). Sum of RGB (Red+Green+Blue) = 196+163+108=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A36C is #3B5C93. Grayscale: #A6A6A6. Windows color (decimal): -3890324 or 7119812. OLE color: 7119812.

HSL color Cylindrical-coordinate representation of color #C4A36C: hue angle of 37.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A36C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196163108-
CMYK00.170.450.23
HSL37.5º42.72%59.61%-
HSV(B)37.5º44.9%76.86%-
XYZ38.5739.0119.68-
YUV166.694.93148.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=41.97%
G=34.90%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616310800.170.450.2337.542.7259.61
HexC4A36C0112D17262b3c
Octal3042431540215527465374
Binary1100010010100011110110001000110110110111100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A36C; }

 p { color: rgb(196,163,108); }

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

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

 a { background-color: rgb(196,163,108); }

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

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

 span { border-color: rgb(196,163,108); }

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