#C4A067

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

Shades of Fallow #C4A067

Tints of Fallow #C4A067

Color information

#C4A067 (or 0xC4A067) is unknown color: approx Fallow. HEX triplet: C4, A0 and 67. RGB value is (196,160,103). Sum of RGB (Red+Green+Blue) = 196+160+103=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A067 is #3B5F98. Grayscale: #A4A4A4. Windows color (decimal): -3891097 or 6791364. OLE color: 6791364.

HSL color Cylindrical-coordinate representation of color #C4A067: hue angle of 36.77º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4A067 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196160103-
CMYK00.180.470.23
HSL36.77º44.08%58.63%-
HSV(B)36.77º47.45%76.86%-
XYZ37.7837.8618.15-
YUV164.2793.43150.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=42.70%
G=34.86%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616010300.180.470.2336.7744.0858.63
HexC4A0670122F17252c3b
Octal3042401470225727455473
Binary1100010010100000110011101001010111110111100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A067; }

 p { color: rgb(196,160,103); }

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

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

 a { background-color: rgb(196,160,103); }

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

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

 span { border-color: rgb(196,160,103); }

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