#C49C68

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

Shades of Fallow #C49C68

Tints of Fallow #C49C68

Color information

#C49C68 (or 0xC49C68) is unknown color: approx Fallow. HEX triplet: C4, 9C and 68. RGB value is (196,156,104). Sum of RGB (Red+Green+Blue) = 196+156+104=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C68 is #3B6397. Grayscale: #A2A2A2. Windows color (decimal): -3892120 or 6855876. OLE color: 6855876.

HSL color Cylindrical-coordinate representation of color #C49C68: hue angle of 33.91º 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 #C49C68 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196156104-
CMYK00.200.470.23
HSL33.91º43.81%58.82%-
HSV(B)33.91º46.94%76.86%-
XYZ37.1536.5118.19-
YUV162.0395.25152.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=42.98%
G=34.21%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615610400.200.470.2333.9143.8158.82
HexC49C680142F17222c3b
Octal3042341500245727425473
Binary1100010010011100110100001010010111110111100010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C68; }

 p { color: rgb(196,156,104); }

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

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

 a { background-color: rgb(196,156,104); }

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

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

 span { border-color: rgb(196,156,104); }

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