#CFA165

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

Shades of Apache #CFA165

Tints of Apache #CFA165

Color information

#CFA165 (or 0xCFA165) is unknown color: approx Apache. HEX triplet: CF, A1 and 65. RGB value is (207,161,101). Sum of RGB (Red+Green+Blue) = 207+161+101=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA165 is #305E9A. Grayscale: #A8A8A8. Windows color (decimal): -3169947 or 6660559. OLE color: 6660559.

HSL color Cylindrical-coordinate representation of color #CFA165: hue angle of 33.96º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA165 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207161101-
CMYK00.220.510.19
HSL33.96º52.48%60.39%-
HSV(B)33.96º51.21%81.18%-
XYZ40.8339.6917.82-
YUV167.9190.24155.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=44.14%
G=34.33%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716110100.220.510.1933.9652.4860.39
HexCFA165016331322343c
Octal3172411450266323426474
Binary1100111110100001110010101011011001110011100010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA165; }

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

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

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

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

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

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

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

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