#CFA171

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

Shades of Fallow #CFA171

Tints of Fallow #CFA171

Color information

#CFA171 (or 0xCFA171) is unknown color: approx Fallow. HEX triplet: CF, A1 and 71. RGB value is (207,161,113). Sum of RGB (Red+Green+Blue) = 207+161+113=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA171 is #305E8E. Grayscale: #A9A9A9. Windows color (decimal): -3169935 or 7446991. OLE color: 7446991.

HSL color Cylindrical-coordinate representation of color #CFA171: hue angle of 30.64º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFA171 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207161113-
CMYK00.220.450.19
HSL30.64º49.47%62.75%-
HSV(B)30.64º45.41%81.18%-
XYZ41.4639.9521.15-
YUV169.2896.24154.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=43.04%
G=33.47%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716111300.220.450.1930.6449.4762.75
HexCFA1710162D131f313f
Octal3172411610265523376177
Binary110011111010000111100010101101011011001111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA171; }

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

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

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

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

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

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

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

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