#CFA95F

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

Shades of Apache #CFA95F

Tints of Apache #CFA95F

Color information

#CFA95F (or 0xCFA95F) is unknown color: approx Apache. HEX triplet: CF, A9 and 5F. RGB value is (207,169,95). Sum of RGB (Red+Green+Blue) = 207+169+95=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA95F is #3056A0. Grayscale: #ACACAC. Windows color (decimal): -3167905 or 6269391. OLE color: 6269391.

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

Color convert

RGB20716995-
CMYK00.180.540.19
HSL39.64º53.85%59.22%-
HSV(B)39.64º54.11%81.18%-
XYZ41.9942.4716.81-
YUV171.9384.59153.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=43.95%
G=35.88%
B=20.17%

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
Decimal2071699500.180.540.1939.6453.8559.22
HexCFA95F012361328363b
Octal3172511370226623506673
Binary1100111110101001101111101001011011010011101000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA95F; }

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

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

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

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

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

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

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

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