Html Css Color HEX #C49266 Fallow

📋 copy color: '#C49266'

red 196 ◦ green 146 ◦ blue 102

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

Shades of Fallow #C49266

Tints of Fallow #C49266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 44.14%
G = 32.88%
B = 22.97%

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

#C49266 (or 0xC49266) is known color: Fallow. HEX triplet: C4, 92 and 66. RGB value is (196,146,102). Sum of RGB (Red+Green+Blue) = 196+146+102=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C49266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49266 is #3B6D99. Grayscale: #9C9C9C. Windows color (decimal): -3894682 or 6722244. OLE color: 6722244.

HSL color Cylindrical-coordinate representation of color #C49266: hue angle of 28.09º degrees, saturation: 0.44, 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 #C49266 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 102 -
CMYK 0 0.26 0.48 0.23
HSL 28.09º 0.44% 0.58% -
HSV(B) 28.09º 0.48% 0.77% -
XYZ 35.44 33.25 17.12 -
YUV 155.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 196 146 102 0 0.26 0.48 0.23 28.09 0.44 0.58
Hex C4 92 66 0 1A 30 17 1C 2C 3A
Octal 304 222 146 0 32 60 27 34 54 72
Binary 11000100 10010010 1100110 0 11010 110000 10111 11100 101100 111010

Color Harmonies of #C49266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49266

Black with #C49266

Text Example


Text Example

White with #C49266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49266; }

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

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

background-color css

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

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

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

border-color css

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

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

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