Html Css Color HEX #C4986F Fallow

📋 copy color: '#C4986F'

red 196 ◦ green 152 ◦ blue 111

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

Shades of Fallow #C4986F

Tints of Fallow #C4986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.12%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 42.7%
G = 33.12%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4986F (or 0xC4986F) is known color: Fallow. HEX triplet: C4, 98 and 6F. RGB value is (196,152,111). Sum of RGB (Red+Green+Blue) = 196+152+111=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4986F is #3B6790. Grayscale: #A0A0A0. Windows color (decimal): -3893137 or 7313604. OLE color: 7313604.

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

Color convert

RGB 196 152 111 -
CMYK 0 0.22 0.43 0.23
HSL 28.94º 0.42% 0.6% -
HSV(B) 28.94º 0.43% 0.77% -
XYZ 36.86 35.34 19.92 -
YUV 160.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 196 152 111 0 0.22 0.43 0.23 28.94 0.42 0.6
Hex C4 98 6F 0 16 2B 17 1D 2A 3C
Octal 304 230 157 0 26 53 27 35 52 74
Binary 11000100 10011000 1101111 0 10110 101011 10111 11101 101010 111100

Color Harmonies of #C4986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4986F

Black with #C4986F

Text Example


Text Example

White with #C4986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4986F; }

 p { color: rgb(196,152,111); }

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

background-color css

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

 a { background-color: rgb(196,152,111); }

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

border-color css

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

 span { border-color: rgb(196,152,111); }

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