#CFA06C

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

Shades of Fallow #CFA06C

Tints of Fallow #CFA06C

Color information

#CFA06C (or 0xCFA06C) is unknown color: approx Fallow. HEX triplet: CF, A0 and 6C. RGB value is (207,160,108). Sum of RGB (Red+Green+Blue) = 207+160+108=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA06C is #305F93. Grayscale: #A8A8A8. Windows color (decimal): -3170196 or 7119055. OLE color: 7119055.

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

Color convert

RGB207160108-
CMYK00.230.480.19
HSL31.52º50.77%61.76%-
HSV(B)31.52º47.83%81.18%-
XYZ41.0139.4919.65-
YUV168.1294.07155.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=43.58%
G=33.68%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716010800.230.480.1931.5250.7761.76
HexCFA06C017301320333e
Octal3172401540276023406376
Binary1100111110100000110110001011111000010011100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA06C; }

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

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

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

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

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

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

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

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