Html Css Color HEX #C9A171 Fallow

📋 copy color: '#C9A171'

red 201 ◦ green 161 ◦ blue 113

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

Shades of Fallow #C9A171

Tints of Fallow #C9A171

RGB

 RED value IS 201 (78.91% from 255) = 42.32%

 GREEN value IS 161 (63.28% from 255) = 33.89%

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

R = 42.32%
G = 33.89%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9A171 (or 0xC9A171) is known color: Fallow. HEX triplet: C9, A1 and 71. RGB value is (201,161,113). Sum of RGB (Red+Green+Blue) = 201+161+113=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A171 is #365E8E. Grayscale: #A7A7A7. Windows color (decimal): -3563151 or 7446985. OLE color: 7446985.

HSL color Cylindrical-coordinate representation of color #C9A171: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9A171 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 113 -
CMYK 0 0.20 0.44 0.21
HSL 32.73º 0.45% 0.62% -
HSV(B) 32.73º 0.44% 0.79% -
XYZ 39.81 39.1 21.07 -
YUV 167.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 201 161 113 0 0.20 0.44 0.21 32.73 0.45 0.62
Hex C9 A1 71 0 14 2C 15 21 2D 3E
Octal 311 241 161 0 24 54 25 41 55 76
Binary 11001001 10100001 1110001 0 10100 101100 10101 100001 101101 111110

Color Harmonies of #C9A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A171

Black with #C9A171

Text Example


Text Example

White with #C9A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A171; }

 p { color: rgb(201,161,113); }

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

background-color css

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

 a { background-color: rgb(201,161,113); }

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

border-color css

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

 span { border-color: rgb(201,161,113); }

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