Html Css Color HEX #C49D76 Fallow

📋 copy color: '#C49D76'

red 196 ◦ green 157 ◦ blue 118

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

Shades of Fallow #C49D76

Tints of Fallow #C49D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 41.61%
G = 33.33%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49D76 (or 0xC49D76) is known color: Fallow. HEX triplet: C4, 9D and 76. RGB value is (196,157,118). Sum of RGB (Red+Green+Blue) = 196+157+118=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D76 is #3B6289. Grayscale: #A4A4A4. Windows color (decimal): -3891850 or 7773636. OLE color: 7773636.

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

Color convert

RGB 196 157 118 -
CMYK 0 0.20 0.40 0.23
HSL 30º 0.4% 0.62% -
HSV(B) 30º 0.4% 0.77% -
XYZ 38.09 37.16 22.3 -
YUV 164.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 196 157 118 0 0.20 0.40 0.23 30 0.4 0.62
Hex C4 9D 76 0 14 28 17 1E 28 3E
Octal 304 235 166 0 24 50 27 36 50 76
Binary 11000100 10011101 1110110 0 10100 101000 10111 11110 101000 111110

Color Harmonies of #C49D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D76

Black with #C49D76

Text Example


Text Example

White with #C49D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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