Html Css Color HEX #C49265 Fallow

📋 copy color: '#C49265'

red 196 ◦ green 146 ◦ blue 101

#C49265
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fallow #C49265

Tints of Fallow #C49265

RGB

 RED value IS 196 (76.95% from 255) = 44.24%

 GREEN value IS 146 (57.42% from 255) = 32.96%

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 44.24%
G = 32.96%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C49265 (or 0xC49265) is known color: Fallow. HEX triplet: C4, 92 and 65. RGB value is (196,146,101). Sum of RGB (Red+Green+Blue) = 196+146+101=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C49265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49265 is #3B6D9A. Grayscale: #9C9C9C. Windows color (decimal): -3894683 or 6656708. OLE color: 6656708.

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

Color convert

RGB 196 146 101 -
CMYK 0 0.26 0.48 0.23
HSL 28.42º 0.45% 0.58% -
HSV(B) 28.42º 0.48% 0.77% -
XYZ 35.39 33.23 16.86 -
YUV 155.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 196 146 101 0 0.26 0.48 0.23 28.42 0.45 0.58
Hex C4 92 65 0 1A 30 17 1C 2D 3A
Octal 304 222 145 0 32 60 27 34 55 72
Binary 11000100 10010010 1100101 0 11010 110000 10111 11100 101101 111010

Color Harmonies of #C49265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49265

Black with #C49265

Text Example


Text Example

White with #C49265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49265; }

 p { color: rgb(196,146,101); }

 H1.HeaderClassName
 {
   color: #C49265;
 }
 .AnyTagClassName
 {
   color: #C49265;
 }
</style>

background-color css

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

 a { background-color: rgb(196,146,101); }

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

border-color css

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

 span { border-color: rgb(196,146,101); }

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