Html Css Color HEX #C49771 Fallow

📋 copy color: '#C49771'

red 196 ◦ green 151 ◦ blue 113

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

Shades of Fallow #C49771

Tints of Fallow #C49771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 42.61%
G = 32.83%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C49771 (or 0xC49771) is known color: Fallow. HEX triplet: C4, 97 and 71. RGB value is (196,151,113). Sum of RGB (Red+Green+Blue) = 196+151+113=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49771 is #3B688E. Grayscale: #A0A0A0. Windows color (decimal): -3893391 or 7444420. OLE color: 7444420.

HSL color Cylindrical-coordinate representation of color #C49771: hue angle of 27.47º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49771 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 151 113 -
CMYK 0 0.23 0.42 0.23
HSL 27.47º 0.41% 0.61% -
HSV(B) 27.47º 0.42% 0.77% -
XYZ 36.81 35.06 20.45 -
YUV 160.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 196 151 113 0 0.23 0.42 0.23 27.47 0.41 0.61
Hex C4 97 71 0 17 2A 17 1B 29 3D
Octal 304 227 161 0 27 52 27 33 51 75
Binary 11000100 10010111 1110001 0 10111 101010 10111 11011 101001 111101

Color Harmonies of #C49771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49771

Black with #C49771

Text Example


Text Example

White with #C49771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49771; }

 p { color: rgb(196,151,113); }

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

background-color css

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

 a { background-color: rgb(196,151,113); }

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

border-color css

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

 span { border-color: rgb(196,151,113); }

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