Html Css Color HEX #C49368 Fallow

📋 copy color: '#C49368'

red 196 ◦ green 147 ◦ blue 104

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

Shades of Fallow #C49368

Tints of Fallow #C49368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 43.85%
G = 32.89%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C49368 (or 0xC49368) is known color: Fallow. HEX triplet: C4, 93 and 68. RGB value is (196,147,104). Sum of RGB (Red+Green+Blue) = 196+147+104=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C49368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49368 is #3B6C97. Grayscale: #9C9C9C. Windows color (decimal): -3894424 or 6853572. OLE color: 6853572.

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

Color convert

RGB 196 147 104 -
CMYK 0 0.25 0.47 0.23
HSL 28.04º 0.44% 0.59% -
HSV(B) 28.04º 0.47% 0.77% -
XYZ 35.7 33.6 17.7 -
YUV 156.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 196 147 104 0 0.25 0.47 0.23 28.04 0.44 0.59
Hex C4 93 68 0 19 2F 17 1C 2C 3B
Octal 304 223 150 0 31 57 27 34 54 73
Binary 11000100 10010011 1101000 0 11001 101111 10111 11100 101100 111011

Color Harmonies of #C49368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49368

Black with #C49368

Text Example


Text Example

White with #C49368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49368; }

 p { color: rgb(196,147,104); }

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

background-color css

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

 a { background-color: rgb(196,147,104); }

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

border-color css

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

 span { border-color: rgb(196,147,104); }

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