Html Css Color HEX #C4966E Fallow

📋 copy color: '#C4966E'

red 196 ◦ green 150 ◦ blue 110

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

Shades of Fallow #C4966E

Tints of Fallow #C4966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 42.98%
G = 32.89%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4966E (or 0xC4966E) is known color: Fallow. HEX triplet: C4, 96 and 6E. RGB value is (196,150,110). Sum of RGB (Red+Green+Blue) = 196+150+110=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4966E is #3B6991. Grayscale: #9F9F9F. Windows color (decimal): -3893650 or 7247556. OLE color: 7247556.

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

Color convert

RGB 196 150 110 -
CMYK 0 0.23 0.44 0.23
HSL 27.91º 0.42% 0.6% -
HSV(B) 27.91º 0.44% 0.77% -
XYZ 36.49 34.67 19.52 -
YUV 159.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 196 150 110 0 0.23 0.44 0.23 27.91 0.42 0.6
Hex C4 96 6E 0 17 2C 17 1C 2A 3C
Octal 304 226 156 0 27 54 27 34 52 74
Binary 11000100 10010110 1101110 0 10111 101100 10111 11100 101010 111100

Color Harmonies of #C4966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4966E

Black with #C4966E

Text Example


Text Example

White with #C4966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4966E; }

 p { color: rgb(196,150,110); }

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

background-color css

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

 a { background-color: rgb(196,150,110); }

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

border-color css

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

 span { border-color: rgb(196,150,110); }

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