#C9A271

Color #C9A271 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C9A271

Tints of Fallow #C9A271

Color information

#C9A271 (or 0xC9A271) is unknown color: approx Fallow. HEX triplet: C9, A2 and 71. RGB value is (201,162,113). Sum of RGB (Red+Green+Blue) = 201+162+113=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A271 is #365D8E. Grayscale: #A8A8A8. Windows color (decimal): -3562895 or 7447241. OLE color: 7447241.

HSL color Cylindrical-coordinate representation of color #C9A271: hue angle of 33.41º 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 #C9A271 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201162113-
CMYK00.190.440.21
HSL33.41º44.9%61.57%-
HSV(B)33.41º43.78%78.82%-
XYZ39.9939.4521.13-
YUV168.0896.92151.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=42.23%
G=34.03%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116211300.190.440.2133.4144.961.57
HexC9A2710132C15212d3e
Octal3112421610235425415576
Binary1100100110100010111000101001110110010101100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A271; }

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

 H1.HeaderClassName
 {
   color: #C9A271;
 }
 .AnyTagClassName
 {
   color: #C9A271;
 }
</style>
background-color css

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

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

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

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

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

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