#CFA95C

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

Shades of Apache #CFA95C

Tints of Apache #CFA95C

Color information

#CFA95C (or 0xCFA95C) is unknown color: approx Apache. HEX triplet: CF, A9 and 5C. RGB value is (207,169,92). Sum of RGB (Red+Green+Blue) = 207+169+92=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA95C is #3056A3. Grayscale: #ABABAB. Windows color (decimal): -3167908 or 6072783. OLE color: 6072783.

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

Color convert

RGB20716992-
CMYK00.180.560.19
HSL40.17º54.5%58.63%-
HSV(B)40.17º55.56%81.18%-
XYZ41.8542.4116.11-
YUV171.5883.09153.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=44.23%
G=36.11%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071699200.180.560.1940.1754.558.63
HexCFA95C012381328373b
Octal3172511340227023506773
Binary1100111110101001101110001001011100010011101000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA95C; }

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

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

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

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

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

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

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

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