#CFA164

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

Shades of Apache #CFA164

Tints of Apache #CFA164

Color information

#CFA164 (or 0xCFA164) is unknown color: approx Apache. HEX triplet: CF, A1 and 64. RGB value is (207,161,100). Sum of RGB (Red+Green+Blue) = 207+161+100=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA164 is #305E9B. Grayscale: #A8A8A8. Windows color (decimal): -3169948 or 6595023. OLE color: 6595023.

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

Color convert

RGB207161100-
CMYK00.220.520.19
HSL34.21º52.71%60.2%-
HSV(B)34.21º51.69%81.18%-
XYZ40.7839.6817.57-
YUV167.889.74155.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=44.23%
G=34.40%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716110000.220.520.1934.2152.7160.2
HexCFA164016341322353c
Octal3172411440266423426574
Binary1100111110100001110010001011011010010011100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA164; }

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

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

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

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

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

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

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

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