#CFA066

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

Shades of Fallow #CFA066

Tints of Fallow #CFA066

Color information

#CFA066 (or 0xCFA066) is unknown color: approx Fallow. HEX triplet: CF, A0 and 66. RGB value is (207,160,102). Sum of RGB (Red+Green+Blue) = 207+160+102=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA066 is #305F99. Grayscale: #A7A7A7. Windows color (decimal): -3170202 or 6725839. OLE color: 6725839.

HSL color Cylindrical-coordinate representation of color #CFA066: hue angle of 33.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA066 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207160102-
CMYK00.230.510.19
HSL33.14º52.24%60.59%-
HSV(B)33.14º50.72%81.18%-
XYZ40.739.3718.02-
YUV167.4491.07156.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=44.14%
G=34.12%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716010200.230.510.1933.1452.2460.59
HexCFA066017331321343d
Octal3172401460276323416475
Binary1100111110100000110011001011111001110011100001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA066; }

 p { color: rgb(207,160,102); }

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

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

 a { background-color: rgb(207,160,102); }

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

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

 span { border-color: rgb(207,160,102); }

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