Html Css Color HEX #C49D6E Fallow

📋 copy color: '#C49D6E'

red 196 ◦ green 157 ◦ blue 110

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

Shades of Fallow #C49D6E

Tints of Fallow #C49D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.91%

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 42.33%
G = 33.91%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C49D6E (or 0xC49D6E) is known color: Fallow. HEX triplet: C4, 9D and 6E. RGB value is (196,157,110). Sum of RGB (Red+Green+Blue) = 196+157+110=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D6E is #3B6291. Grayscale: #A3A3A3. Windows color (decimal): -3891858 or 7249348. OLE color: 7249348.

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

Color convert

RGB 196 157 110 -
CMYK 0 0.20 0.44 0.23
HSL 32.79º 0.42% 0.6% -
HSV(B) 32.79º 0.44% 0.77% -
XYZ 37.64 36.98 19.91 -
YUV 163.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 196 157 110 0 0.20 0.44 0.23 32.79 0.42 0.6
Hex C4 9D 6E 0 14 2C 17 21 2A 3C
Octal 304 235 156 0 24 54 27 41 52 74
Binary 11000100 10011101 1101110 0 10100 101100 10111 100001 101010 111100

Color Harmonies of #C49D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D6E

Black with #C49D6E

Text Example


Text Example

White with #C49D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D6E; }

 p { color: rgb(196,157,110); }

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

background-color css

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

 a { background-color: rgb(196,157,110); }

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

border-color css

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

 span { border-color: rgb(196,157,110); }

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