Html Css Color HEX #C49E66 Fallow

📋 copy color: '#C49E66'

red 196 ◦ green 158 ◦ blue 102

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

Shades of Fallow #C49E66

Tints of Fallow #C49E66

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

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

R = 42.98%
G = 34.65%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C49E66 (or 0xC49E66) is known color: Fallow. HEX triplet: C4, 9E and 66. RGB value is (196,158,102). Sum of RGB (Red+Green+Blue) = 196+158+102=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E66 is #3B6199. Grayscale: #A3A3A3. Windows color (decimal): -3891610 or 6725316. OLE color: 6725316.

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

Color convert

RGB 196 158 102 -
CMYK 0 0.19 0.48 0.23
HSL 35.74º 0.44% 0.58% -
HSV(B) 35.74º 0.48% 0.77% -
XYZ 37.39 37.15 17.77 -
YUV 162.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 196 158 102 0 0.19 0.48 0.23 35.74 0.44 0.58
Hex C4 9E 66 0 13 30 17 24 2C 3A
Octal 304 236 146 0 23 60 27 44 54 72
Binary 11000100 10011110 1100110 0 10011 110000 10111 100100 101100 111010

Color Harmonies of #C49E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E66

Black with #C49E66

Text Example


Text Example

White with #C49E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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