Html Css Color HEX #C4A271 Fallow

📋 copy color: '#C4A271'

red 196 ◦ green 162 ◦ blue 113

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

Shades of Fallow #C4A271

Tints of Fallow #C4A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.39%

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

R = 41.61%
G = 34.39%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4A271 (or 0xC4A271) is known color: Fallow. HEX triplet: C4, A2 and 71. RGB value is (196,162,113). Sum of RGB (Red+Green+Blue) = 196+162+113=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A271 is #3B5D8E. Grayscale: #A6A6A6. Windows color (decimal): -3890575 or 7447236. OLE color: 7447236.

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

Color convert

RGB 196 162 113 -
CMYK 0 0.17 0.42 0.23
HSL 35.42º 0.41% 0.61% -
HSV(B) 35.42º 0.42% 0.77% -
XYZ 38.67 38.77 21.07 -
YUV 166.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 196 162 113 0 0.17 0.42 0.23 35.42 0.41 0.61
Hex C4 A2 71 0 11 2A 17 23 29 3D
Octal 304 242 161 0 21 52 27 43 51 75
Binary 11000100 10100010 1110001 0 10001 101010 10111 100011 101001 111101

Color Harmonies of #C4A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A271

Black with #C4A271

Text Example


Text Example

White with #C4A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A271; }

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

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

background-color css

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

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

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

border-color css

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

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

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