Html Css Color HEX #C49961 Fallow

📋 copy color: '#C49961'

red 196 ◦ green 153 ◦ blue 97

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

Shades of Fallow #C49961

Tints of Fallow #C49961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.3%

 BLUE value IS 97 (38.28% from 255) = 21.75%

R = 43.95%
G = 34.3%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C49961 (or 0xC49961) is known color: Fallow. HEX triplet: C4, 99 and 61. RGB value is (196,153,97). Sum of RGB (Red+Green+Blue) = 196+153+97=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C49961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49961 is #3B669E. Grayscale: #9F9F9F. Windows color (decimal): -3892895 or 6396356. OLE color: 6396356.

HSL color Cylindrical-coordinate representation of color #C49961: hue angle of 33.94º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49961 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 97 -
CMYK 0 0.22 0.51 0.23
HSL 33.94º 0.46% 0.57% -
HSV(B) 33.94º 0.51% 0.77% -
XYZ 36.31 35.38 16.22 -
YUV 159.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 196 153 97 0 0.22 0.51 0.23 33.94 0.46 0.57
Hex C4 99 61 0 16 33 17 22 2E 39
Octal 304 231 141 0 26 63 27 42 56 71
Binary 11000100 10011001 1100001 0 10110 110011 10111 100010 101110 111001

Color Harmonies of #C49961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49961

Black with #C49961

Text Example


Text Example

White with #C49961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49961; }

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

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

background-color css

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

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

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

border-color css

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

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

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