Html Css Color HEX #C4A471 Fallow

📋 copy color: '#C4A471'

red 196 ◦ green 164 ◦ blue 113

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

Shades of Fallow #C4A471

Tints of Fallow #C4A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 113 (44.53% from 255) = 23.89%

R = 41.44%
G = 34.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4A471 (or 0xC4A471) is known color: Fallow. HEX triplet: C4, A4 and 71. RGB value is (196,164,113). Sum of RGB (Red+Green+Blue) = 196+164+113=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A471 is #3B5B8E. Grayscale: #A7A7A7. Windows color (decimal): -3890063 or 7447748. OLE color: 7447748.

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

Color convert

RGB 196 164 113 -
CMYK 0 0.16 0.42 0.23
HSL 36.87º 0.41% 0.61% -
HSV(B) 36.87º 0.42% 0.77% -
XYZ 39.02 39.48 21.19 -
YUV 167.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 196 164 113 0 0.16 0.42 0.23 36.87 0.41 0.61
Hex C4 A4 71 0 10 2A 17 25 29 3D
Octal 304 244 161 0 20 52 27 45 51 75
Binary 11000100 10100100 1110001 0 10000 101010 10111 100101 101001 111101

Color Harmonies of #C4A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A471

Black with #C4A471

Text Example


Text Example

White with #C4A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A471; }

 p { color: rgb(196,164,113); }

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

background-color css

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

 a { background-color: rgb(196,164,113); }

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

border-color css

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

 span { border-color: rgb(196,164,113); }

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