#CFA960

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

Shades of Apache #CFA960

Tints of Apache #CFA960

Color information

#CFA960 (or 0xCFA960) is unknown color: approx Apache. HEX triplet: CF, A9 and 60. RGB value is (207,169,96). Sum of RGB (Red+Green+Blue) = 207+169+96=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA960 is #30569F. Grayscale: #ACACAC. Windows color (decimal): -3167904 or 6334927. OLE color: 6334927.

HSL color Cylindrical-coordinate representation of color #CFA960: hue angle of 39.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA960 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20716996-
CMYK00.180.540.19
HSL39.46º53.62%59.41%-
HSV(B)39.46º53.62%81.18%-
XYZ42.0342.4917.05-
YUV172.0485.09152.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=43.86%
G=35.81%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071699600.180.540.1939.4653.6259.41
HexCFA960012361327363b
Octal3172511400226623476673
Binary1100111110101001110000001001011011010011100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA960; }

 p { color: rgb(207,169,96); }

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

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

 a { background-color: rgb(207,169,96); }

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

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

 span { border-color: rgb(207,169,96); }

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