#CFA04C

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

Shades of Apache #CFA04C

Tints of Apache #CFA04C

Color information

#CFA04C (or 0xCFA04C) is unknown color: approx Apache. HEX triplet: CF, A0 and 4C. RGB value is (207,160,76). Sum of RGB (Red+Green+Blue) = 207+160+76=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA04C is #305FB3. Grayscale: #A4A4A4. Windows color (decimal): -3170228 or 5021903. OLE color: 5021903.

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

Color convert

RGB20716076-
CMYK00.230.630.19
HSL38.47º57.71%55.49%-
HSV(B)38.47º63.29%81.18%-
XYZ39.6138.9312.26-
YUV164.4878.07158.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=46.73%
G=36.12%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071607600.230.630.1938.4757.7155.49
HexCFA04C0173F13263a37
Octal3172401140277723467267
Binary1100111110100000100110001011111111110011100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA04C; }

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

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

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

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

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

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

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

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