#CF9F71

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

Shades of Fallow #CF9F71

Tints of Fallow #CF9F71

Color information

#CF9F71 (or 0xCF9F71) is unknown color: approx Fallow. HEX triplet: CF, 9F and 71. RGB value is (207,159,113). Sum of RGB (Red+Green+Blue) = 207+159+113=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F71 is #30608E. Grayscale: #A8A8A8. Windows color (decimal): -3170447 or 7446479. OLE color: 7446479.

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

Color convert

RGB207159113-
CMYK00.230.450.19
HSL29.36º49.47%62.75%-
HSV(B)29.36º45.41%81.18%-
XYZ41.1139.2521.03-
YUV168.1196.9155.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=43.22%
G=33.19%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715911300.230.450.1929.3649.4762.75
HexCF9F710172D131d313f
Octal3172371610275523356177
Binary110011111001111111100010101111011011001111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F71; }

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

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

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

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

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

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

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

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