Html Css Color HEX #C49770 Fallow

📋 copy color: '#C49770'

red 196 ◦ green 151 ◦ blue 112

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

Shades of Fallow #C49770

Tints of Fallow #C49770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 42.7%
G = 32.9%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C49770 (or 0xC49770) is known color: Fallow. HEX triplet: C4, 97 and 70. RGB value is (196,151,112). Sum of RGB (Red+Green+Blue) = 196+151+112=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49770 is #3B688F. Grayscale: #A0A0A0. Windows color (decimal): -3893392 or 7378884. OLE color: 7378884.

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

Color convert

RGB 196 151 112 -
CMYK 0 0.23 0.43 0.23
HSL 27.86º 0.42% 0.6% -
HSV(B) 27.86º 0.43% 0.77% -
XYZ 36.76 35.04 20.16 -
YUV 160.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 196 151 112 0 0.23 0.43 0.23 27.86 0.42 0.6
Hex C4 97 70 0 17 2B 17 1C 2A 3C
Octal 304 227 160 0 27 53 27 34 52 74
Binary 11000100 10010111 1110000 0 10111 101011 10111 11100 101010 111100

Color Harmonies of #C49770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49770

Black with #C49770

Text Example


Text Example

White with #C49770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49770; }

 p { color: rgb(196,151,112); }

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

background-color css

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

 a { background-color: rgb(196,151,112); }

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

border-color css

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

 span { border-color: rgb(196,151,112); }

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