#C49B6B

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

Shades of Fallow #C49B6B

Tints of Fallow #C49B6B

Color information

#C49B6B (or 0xC49B6B) is unknown color: approx Fallow. HEX triplet: C4, 9B and 6B. RGB value is (196,155,107). Sum of RGB (Red+Green+Blue) = 196+155+107=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B6B is #3B6494. Grayscale: #A2A2A2. Windows color (decimal): -3892373 or 7052228. OLE color: 7052228.

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

Color convert

RGB196155107-
CMYK00.210.450.23
HSL32.36º43%59.41%-
HSV(B)32.36º45.41%76.86%-
XYZ37.1436.2418.95-
YUV161.7997.08152.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=42.79%
G=33.84%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615510700.210.450.2332.364359.41
HexC49B6B0152D17202b3b
Octal3042331530255527405373
Binary1100010010011011110101101010110110110111100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49B6B; }

 p { color: rgb(196,155,107); }

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

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

 a { background-color: rgb(196,155,107); }

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

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

 span { border-color: rgb(196,155,107); }

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