Html Css Color HEX #C5A271 Fallow

📋 copy color: '#C5A271'

red 197 ◦ green 162 ◦ blue 113

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

Shades of Fallow #C5A271

Tints of Fallow #C5A271

RGB

 RED value IS 197 (77.34% from 255) = 41.74%

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

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

R = 41.74%
G = 34.32%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C5A271 (or 0xC5A271) is known color: Fallow. HEX triplet: C5, A2 and 71. RGB value is (197,162,113). Sum of RGB (Red+Green+Blue) = 197+162+113=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A271 is #3A5D8E. Grayscale: #A7A7A7. Windows color (decimal): -3825039 or 7447237. OLE color: 7447237.

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

Color convert

RGB 197 162 113 -
CMYK 0 0.18 0.43 0.23
HSL 35º 0.42% 0.61% -
HSV(B) 35º 0.43% 0.77% -
XYZ 38.93 38.9 21.08 -
YUV 166.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 197 162 113 0 0.18 0.43 0.23 35 0.42 0.61
Hex C5 A2 71 0 12 2B 17 23 2A 3D
Octal 305 242 161 0 22 53 27 43 52 75
Binary 11000101 10100010 1110001 0 10010 101011 10111 100011 101010 111101

Color Harmonies of #C5A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A271

Black with #C5A271

Text Example


Text Example

White with #C5A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A271; }

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

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

background-color css

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

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

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

border-color css

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

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

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