#CFA069

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

Shades of Fallow #CFA069

Tints of Fallow #CFA069

Color information

#CFA069 (or 0xCFA069) is unknown color: approx Fallow. HEX triplet: CF, A0 and 69. RGB value is (207,160,105). Sum of RGB (Red+Green+Blue) = 207+160+105=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA069 is #305F96. Grayscale: #A8A8A8. Windows color (decimal): -3170199 or 6922447. OLE color: 6922447.

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

Color convert

RGB207160105-
CMYK00.230.490.19
HSL32.35º51.52%61.18%-
HSV(B)32.35º49.28%81.18%-
XYZ40.8539.4318.82-
YUV167.7892.57155.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=43.86%
G=33.90%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716010500.230.490.1932.3551.5261.18
HexCFA069017311320343d
Octal3172401510276123406475
Binary1100111110100000110100101011111000110011100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA069; }

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

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

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

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

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

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

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

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