#CFA95D

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

Shades of Apache #CFA95D

Tints of Apache #CFA95D

Color information

#CFA95D (or 0xCFA95D) is unknown color: approx Apache. HEX triplet: CF, A9 and 5D. RGB value is (207,169,93). Sum of RGB (Red+Green+Blue) = 207+169+93=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA95D is #3056A2. Grayscale: #ACACAC. Windows color (decimal): -3167907 or 6138319. OLE color: 6138319.

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

Color convert

RGB20716993-
CMYK00.180.550.19
HSL40º54.29%58.82%-
HSV(B)40º55.07%81.18%-
XYZ41.942.4316.34-
YUV171.783.59153.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=44.14%
G=36.03%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071699300.180.550.194054.2958.82
HexCFA95D012371328363b
Octal3172511350226723506673
Binary1100111110101001101110101001011011110011101000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA95D; }

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

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

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

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

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

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

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

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