#C49968

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

Shades of Fallow #C49968

Tints of Fallow #C49968

Color information

#C49968 (or 0xC49968) is unknown color: approx Fallow. HEX triplet: C4, 99 and 68. RGB value is (196,153,104). Sum of RGB (Red+Green+Blue) = 196+153+104=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C49968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49968 is #3B6697. Grayscale: #A0A0A0. Windows color (decimal): -3892888 or 6855108. OLE color: 6855108.

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

Color convert

RGB196153104-
CMYK00.220.470.23
HSL31.96º43.81%58.82%-
HSV(B)31.96º46.94%76.86%-
XYZ36.6535.5218.02-
YUV160.2796.25153.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=43.27%
G=33.77%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615310400.220.470.2331.9643.8158.82
HexC499680162F17202c3b
Octal3042311500265727405473
Binary1100010010011001110100001011010111110111100000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49968; }

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

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

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

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

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

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

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

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