#CFA15F

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

Shades of Apache #CFA15F

Tints of Apache #CFA15F

Color information

#CFA15F (or 0xCFA15F) is unknown color: approx Apache. HEX triplet: CF, A1 and 5F. RGB value is (207,161,95). Sum of RGB (Red+Green+Blue) = 207+161+95=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA15F is #305EA0. Grayscale: #A7A7A7. Windows color (decimal): -3169953 or 6267343. OLE color: 6267343.

HSL color Cylindrical-coordinate representation of color #CFA15F: hue angle of 35.36º 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 #CFA15F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20716195-
CMYK00.220.540.19
HSL35.36º53.85%59.22%-
HSV(B)35.36º54.11%81.18%-
XYZ40.5439.5816.33-
YUV167.2387.24156.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=44.71%
G=34.77%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071619500.220.540.1935.3653.8559.22
HexCFA15F016361323363b
Octal3172411370266623436673
Binary1100111110100001101111101011011011010011100011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA15F; }

 p { color: rgb(207,161,95); }

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

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

 a { background-color: rgb(207,161,95); }

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

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

 span { border-color: rgb(207,161,95); }

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